mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 11:44:31 +00:00
Update docker-compose.prod.yml
/data/db doesn't seems to exist, would never persist data otherwise
This commit is contained in:
@@ -52,7 +52,7 @@ services:
|
||||
restart: always
|
||||
env_file: .env
|
||||
volumes:
|
||||
- pg_data:/data/db
|
||||
- pg_data:/var/lib/postgresql/data
|
||||
networks:
|
||||
- infisical
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user