2 Commits

Author SHA1 Message Date
clay
52af20bec8 更新 docker.sh 2024-10-08 14:24:30 +00:00
clay
6121fcd25e Merge pull request '更新 nginx.conf' (#137) from clay-patch-2 into master
Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/137
2024-10-08 14:23:44 +00:00

View File

@@ -12,5 +12,5 @@ docker rmi smartopsweb:latest
echo '----build image start----' echo '----build image start----'
docker build -t smartopsweb:latest . docker build -t smartopsweb:latest .
echo '----build image success----' echo '----build image success----'
docker run --name smartopsweb --restart=always -d -p 28081:80 smartopsweb:latest docker run --name smartopsweb --link smartopsserver --restart=always -d -p 28081:80 smartopsweb:latest