chocoadmin-stage 실행 URL 포트 지정

This commit is contained in:
2026-09-09 14:53:00 +09:00
parent 321fe77107
commit 0cb4b19bc8
+2
View File
@@ -17,6 +17,8 @@ services:
PORT: 3000 PORT: 3000
HOSTNAME: 0.0.0.0 HOSTNAME: 0.0.0.0
TZ: Asia/Seoul TZ: Asia/Seoul
ports:
- "0.0.0.0:30011:3000"
networks: networks:
- proxy-network - proxy-network
restart: unless-stopped restart: unless-stopped