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