From b27707c6b88d349031dee1d5b3c96fc55c8fd306 Mon Sep 17 00:00:00 2001 From: fadmin Date: Thu, 11 Jun 2026 14:57:45 -0400 Subject: [PATCH] Update compose.yaml --- compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index e6eb3ef..d1b8be6 100644 --- a/compose.yaml +++ b/compose.yaml @@ -55,14 +55,14 @@ services: - traefik.enable=true - traefik.backend=redis - # MySQL Database Service - db: + + mysql: image: mysql:8.0 container_name: mysql_server restart: always environment: MYSQL_ROOT_PASSWORD: super_secret_root_password - MYSQL_DATABASE: my_database + MYSQL_DATABASE: mysql MYSQL_USER: my_db_user MYSQL_PASSWORD: my_db_password ports: