Fix bind mount paths
This commit is contained in:
parent
6be7c81137
commit
d546922e1e
16 changed files with 36 additions and 45 deletions
|
@ -7,7 +7,7 @@ environment = ["TZ=Europe/Helsinki", "POSTGRES_PASSWORD=12345"]
|
|||
ports = ["5432:5432"]
|
||||
networks = ["postgres"]
|
||||
volumes = [
|
||||
"/docker/postgres:/var/lib/postgresql/data",
|
||||
"~/data/postgres:/var/lib/postgresql/data",
|
||||
"/etc/localtime:/etc/localtime:ro",
|
||||
]
|
||||
restart = "unless-stopped"
|
||||
|
|
Reference in a new issue