From bb09eb1587550d03886a6aa3b97cfbc63f9a2b0f Mon Sep 17 00:00:00 2001 From: Titouan V <39600279+titouv@users.noreply.github.com> Date: Tue, 14 Oct 2025 23:42:22 +0200 Subject: [PATCH] Update templates/compose/cap.yaml Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com> --- templates/compose/cap.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/compose/cap.yaml b/templates/compose/cap.yaml index 43b52c787..af85df92c 100644 --- a/templates/compose/cap.yaml +++ b/templates/compose/cap.yaml @@ -53,7 +53,6 @@ services: cap-db: container_name: cap-db image: 'mysql:8.0' - restart: unless-stopped environment: - 'MYSQL_USER=${SERVICE_USER_MYSQL}' - 'MYSQL_PASSWORD=${SERVICE_PASSWORD_MYSQL}'