도커 컨테이너 이름 수정: stage-chocomae-stage-chocomae -> chocomae-stage

This commit is contained in:
2026-07-09 09:48:34 +09:00
parent aeef3b63cb
commit d97d13c219
2 changed files with 2 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
version: '3'
services:
stage-chocomae:
build: .
image: chocomae-stage:latest
container_name: stage-chocomae
hostname: stage-chocomae
volumes:
- ./chocomae:/var/www/html/mouse_typing
environment:
- TZ=Asia/Seoul
networks:
- proxy-network
restart: unless-stopped
networks:
proxy-network:
external: true