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

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