Stage 배포 환경 수정

This commit is contained in:
2026-09-09 14:46:39 +09:00
parent 89011284e1
commit 380ea299f8
3 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
version: '3'
version: "4"
services:
chocomae-stage:
@@ -10,6 +10,8 @@ services:
- ./chocomae:/var/www/html/mouse_typing
environment:
- TZ=Asia/Seoul
ports:
- "0.0.0.0:30010:80"
networks:
- proxy-network
restart: unless-stopped