mirror of
https://github.com/Kugelschieber/docker.git
synced 2026-05-17 00:41:23 +00:00
Fixed Postgres volume.
This commit is contained in:
@@ -11,4 +11,4 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- POSTGRES_PASSWORD=postgres
|
- POSTGRES_PASSWORD=postgres
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql/data
|
- postgres_data:/var/lib/postgresql
|
||||||
|
|||||||
Reference in New Issue
Block a user