From 4045dd8c693bf197d011d0bc753640e5e7242313 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Wed, 31 Dec 2025 11:42:03 +0800 Subject: [PATCH] v21 --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 996c12f..ad40cbd 100644 --- a/compose.yaml +++ b/compose.yaml @@ -27,8 +27,8 @@ services: # - mailpit mysql: image: 'mysql/mysql-server:8.0' - # ports: - # - '${FORWARD_DB_PORT:-3306}:3306' + ports: + - '${FORWARD_DB_PORT:-3306}:3306' environment: MYSQL_ROOT_PASSWORD: '${DB_PASSWORD}' MYSQL_ROOT_HOST: '%'