From 3207c276173b80196ec7b69d193eb7df97462aed Mon Sep 17 00:00:00 2001 From: John Date: Tue, 11 Nov 2025 09:58:12 +0000 Subject: [PATCH] --- stacks/apps/peertube/stack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/apps/peertube/stack.yml b/stacks/apps/peertube/stack.yml index d643a83..8b2b0da 100644 --- a/stacks/apps/peertube/stack.yml +++ b/stacks/apps/peertube/stack.yml @@ -8,7 +8,7 @@ services: - POSTGRES_USER=admin - POSTGRES_PASSWORD_FILE=/run/secrets/postgres-master - POSTGRES_DB=peertube - - POSTGRES_HOSTNAME=10.0.4.10 + - POSTGRES_HOST=10.0.4.10 # Redis configuration - REDIS_HOSTNAME=peertube-redis # PeerTube configuration