fixed docker compose postgres db volume
This commit is contained in:
parent
8f9ffe0570
commit
e3e66cda22
|
@ -26,7 +26,7 @@ services:
|
|||
- "POSTGRES_USER=wave"
|
||||
- "POSTGRES_PASSWORD=development"
|
||||
volumes:
|
||||
- wave-db:/var/lib/postgresql
|
||||
- wave-db:/var/lib/postgresql/data
|
||||
networks:
|
||||
- wave
|
||||
|
||||
|
|
Loading…
Reference in a new issue