계정 발급, 수정 임시비밀번호 로직 변경

This commit is contained in:
comicgum
2026-09-17 15:44:25 +09:00
parent ef277abe70
commit d70c457d10
13 changed files with 289 additions and 141 deletions
+6 -6
View File
@@ -1,13 +1,13 @@
# docker pull 49.165.181.28:19101/hd1-was:1.0.8
docker stop hd1-was
docker rm hd1-was
docker-compose up -d
# docker pull 49.165.181.28:19101/hd1-was:1.1.0
# docker stop hd1-was
# docker rm hd1-was
# docker-compose up -d
# or
# _docker_pull_restart.sh 1.0.8
# _docker_pull_restart.sh 1.1.0
services:
hd1:
image: 49.165.181.28:19101/hd1-was:1.0.8
image: 49.165.181.28:19101/hd1-was:1.1.0
container_name: hd1-was
ports:
- "28080:18080"