개발환경 변경 및 설명 추가
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user