From 9c9f42a2b79b64df0a52e37c67e911695b30c546 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Wed, 31 Dec 2025 09:10:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A8=BB=E8=A7=A3port?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compose.yaml b/compose.yaml index 569d9fe..996c12f 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: '%' @@ -52,8 +52,8 @@ services: timeout: 5s redis: image: 'redis:alpine' - ports: - - '${FORWARD_REDIS_PORT:-6379}:6379' + # ports: + # - '${FORWARD_REDIS_PORT:-6379}:6379' volumes: - 'sail-redis:/data' networks: