fix: update docker-compose database volumes (#4677)

This commit is contained in:
Quentin G
2024-03-27 08:47:58 +01:00
committed by GitHub
parent f08dfec00a
commit 90ce7709dd
3 changed files with 4 additions and 5 deletions

View File

@ -36,7 +36,7 @@ services:
db:
image: twentycrm/twenty-postgres:${TAG}
volumes:
- db-data:/var/lib/postgresql/data
- db-data:/bitnami/postgresql
environment:
POSTGRES_PASSWORD: ${POSTGRES_ADMIN_PASSWORD}
#POSTGRES_USER: ${POSTGRES_USER}