fix: update volume path for temporal-postgresql service in docker-compose

This commit is contained in:
Vincent Vu
2026-01-16 21:21:49 +11:00
parent 14d04d5561
commit 21ca84747f

View File

@@ -145,7 +145,7 @@ services:
timeout: 3s
retries: 3
volumes:
- temporal-db-data:/pg/data
- temporal-db-data:/var/lib/postgresql/data
networks:
- temporal-network