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
parent cb0ea165f9
commit f591e886d7
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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: