fix(docker-compose): proper volume path #3279
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
cb0ea165f9
commit
f591e886d7
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ services:
|
|||
image: bitnami/postgresql:${POSTGRES_VERSION}
|
||||
container_name: postgres
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
- pgdata:/bitnami/postgresql
|
||||
networks:
|
||||
openreplay-net:
|
||||
aliases:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ services:
|
|||
image: bitnami/postgresql:${POSTGRES_VERSION}
|
||||
container_name: postgres
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
- pgdata:/bitnami/postgresql
|
||||
networks:
|
||||
openreplay-net:
|
||||
aliases:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue