Update docker-compose.prod.yml

/data/db doesn't seems to exist, would never persist data otherwise
This commit is contained in:
Matheus Victor
2024-02-28 16:27:16 -03:00
committed by GitHub
parent 24e9c0a39f
commit 6c4d193b12

View File

@@ -52,7 +52,7 @@ services:
restart: always
env_file: .env
volumes:
- pg_data:/data/db
- pg_data:/var/lib/postgresql/data
networks:
- infisical
healthcheck: