Merge pull request #1488 from Kiskadee-dev/patch-1

fix postgresql volume path on docker-compose.prod.yml
This commit is contained in:
Maidul Islam
2024-02-28 16:35:15 -05:00
committed by GitHub

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: