From dcd8e26f0fd3abb3b034cece04197d2cfc35a99b Mon Sep 17 00:00:00 2001 From: zcr Date: Sat, 24 Jan 2026 02:46:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Ddesign=20merge=20?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=20,=E6=97=8B=E8=BD=ACsketch=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=E8=AE=A1=E7=AE=97=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a0bd4de..dea522f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,16 +10,4 @@ services: - /etc/localtime:/etc/localtime:ro - ./seg_cache:/seg_cache ports: - - "10200:80" - depends_on: - - redis - redis: - image: redis - container_name: aida_redis - restart: always - ports: - - "6400:6379" - volumes: - - ./redis/data:/data - - ./redis/conf/redis.conf:/etc/redis/redis.conf - command: redis-server /etc/redis/redis.conf --appendonly yes \ No newline at end of file + - "${SERVE_PORT}:80" \ No newline at end of file