mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03:34 +01:00
Update docker-compose.dev.yml (#6654)
If path is "/var/lib/postgresql/data/pgdata" docker creates a unnamed volume.
This commit is contained in:
parent
b1b203ff4f
commit
d30f65ebf2
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ services:
|
|||
# ports:
|
||||
# - "5432:5432"
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data/pgdata
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
postgres_data:
|
||||
|
|
Loading…
Reference in a new issue