From 21ca84747f78f5ef81ce158931ededc0d4a6a91a Mon Sep 17 00:00:00 2001 From: Vincent Vu <172068404+rubixvi@users.noreply.github.com> Date: Fri, 16 Jan 2026 21:21:49 +1100 Subject: [PATCH] fix: update volume path for temporal-postgresql service in docker-compose --- blueprints/postiz/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/postiz/docker-compose.yml b/blueprints/postiz/docker-compose.yml index a5bac9ba..3c49c4f3 100644 --- a/blueprints/postiz/docker-compose.yml +++ b/blueprints/postiz/docker-compose.yml @@ -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