From 35673e37243e3164844db3f2a25f23a518ab072a Mon Sep 17 00:00:00 2001 From: redhat <2292650292@qq.com> Date: Wed, 21 May 2025 17:29:00 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81change=20compose=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 9bde99b..485b74d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -19,9 +19,11 @@ services: - ./stack/data/redis:/data app: - build: . + image: dkr.zhangshuocauc.cn/library/dash restart: unless-stopped hostname: dash + ports: + - "8967:8080" volumes: - ./stack/data/app:/var/www/html:z environment: @@ -31,7 +33,7 @@ services: - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro env_file: - - db.env + - mysql.env depends_on: - mysql - redis \ No newline at end of file