fix(docker-compose): proper volume path #3279

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2025-04-28 17:26:08 +02:00 committed by Rajesh Rajendran
parent da37809bc8
commit 08d930f9ff
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ services:
image: bitnami/postgresql:${POSTGRES_VERSION} image: bitnami/postgresql:${POSTGRES_VERSION}
container_name: postgres container_name: postgres
volumes: volumes:
- pgdata:/var/lib/postgresql/data - pgdata:/bitnami/postgresql
networks: networks:
openreplay-net: openreplay-net:
aliases: aliases:

View file

@ -8,7 +8,7 @@ services:
image: bitnami/postgresql:${POSTGRES_VERSION} image: bitnami/postgresql:${POSTGRES_VERSION}
container_name: postgres container_name: postgres
volumes: volumes:
- pgdata:/var/lib/postgresql/data - pgdata:/bitnami/postgresql
networks: networks:
openreplay-net: openreplay-net:
aliases: aliases: