mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-04 19:56:37 +02: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
@ -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…
x
Reference in New Issue
Block a user