From 195cbafcf75d5e0262d6c9d119abe581de73dd0c Mon Sep 17 00:00:00 2001 From: John Date: Tue, 11 Nov 2025 09:55:05 +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 c29cdf5..8740ef3 100644 --- a/stacks/apps/peertube/stack.yml +++ b/stacks/apps/peertube/stack.yml @@ -26,7 +26,7 @@ services: - PEERTUBE_ADMIN_EMAIL=frostlabs25@gmail.com # Secrets - loaded from Docker secrets as files - PEERTUBE_DB_SUFFIX=_prod - - PEERTUBE_SECRET_FILE=/run/secrets/peertube-key + - PEERTUBE_SECRET=file:///run/secrets/peertube-key secrets: - postgres-master - peertube-key