fix postgres
This commit is contained in:
+3
-3
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user