fix postgres

This commit is contained in:
2025-06-01 14:32:28 +02:00
parent a301afd5d7
commit 69378bfd00
+3 -3
View File
@@ -1,7 +1,7 @@
[Container]
Image=docker.io/library/postgres:17
Volume=%h/volumes/bdd-pg17:/var/lib/postgresql/data:Z
Environment=POSTGRES_PASSWORD=SUPERMDP
Image=docker.io/postgres
Volume=postgres.volume:/var/lib/postgresql/data:Z
EnvironmentFile=./.env
HostName=postgres
[Service]