개발환경 변경 및 설명 추가

This commit is contained in:
comicgum
2026-09-16 13:35:29 +09:00
parent d1e230eb6a
commit ef277abe70
49 changed files with 1176 additions and 236 deletions
+16
View File
@@ -0,0 +1,16 @@
# docker pull 49.165.181.28:19101/hd1-was:1.0.8
docker stop hd1-was
docker rm hd1-was
docker-compose up -d
# or
# _docker_pull_restart.sh 1.0.8
services:
hd1:
image: 49.165.181.28:19101/hd1-was:1.0.8
container_name: hd1-was
ports:
- "28080:18080"
environment:
- TZ=Asia/Seoul
restart: unless-stopped