From 6b33b38f91cedac992684878034e4dffad8911ce Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 30 Aug 2026 14:06:07 +0000 Subject: [PATCH] fix: align installer compose secret --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 4bb132e..9e290d0 100644 --- a/compose.yaml +++ b/compose.yaml @@ -48,4 +48,4 @@ services: restart: "no" secrets: xymedia-postgres-password: - file: ${XYMEDIA_INSTALL_DIR}/secrets/postgres-password + file: ${XYMEDIA_INSTALL_DIR}/secrets/xymedia-postgres-password