mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Update docker-compose.yml
If path is "/var/lib/postgresql/data/pgdata" docker creates a unnamed volume.
This commit is contained in:
parent
58bb2adb08
commit
becc51d80e
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ services:
|
||||||
# ports:
|
# ports:
|
||||||
# - "5432:5432"
|
# - "5432:5432"
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql/data/pgdata
|
- postgres_data:/var/lib/postgresql/data
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
postgres_data:
|
postgres_data:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue