From e26ffc3da5ee0354df03c492a4458ad4e5429779 Mon Sep 17 00:00:00 2001 From: crypt0rr <57799908+crypt0rr@users.noreply.github.com> Date: Sat, 7 Feb 2026 14:56:55 +0100 Subject: [PATCH] Fix MYSQL_PASSWORD environment variable in Nextcloud service configuration --- services/nextcloud/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/nextcloud/compose.yaml b/services/nextcloud/compose.yaml index e7ca933..ff24bd6 100644 --- a/services/nextcloud/compose.yaml +++ b/services/nextcloud/compose.yaml @@ -52,7 +52,7 @@ services: network_mode: service:tailscale # Sidecar configuration to route ${SERVICE} through Tailscale container_name: app-${SERVICE} # Name for local container management environment: - - MYSQL_PASSWORD=${MYSQL_ROOT_PASSWORD} + - MYSQL_PASSWORD=${MYSQL_PASSWORD} - MYSQL_DATABASE=nextcloud - MYSQL_USER=nextcloud - MYSQL_HOST=db # Please note, this variable should reflect the service name of the database itself, in this case db