"...zhengjie/common/git@ustchcs.com:gujinli1118/eladmin.git" did not exist on "68e62678fc99c2e2cf9f285289288775216a401b"
Commit bdde036d authored by macro's avatar macro
Browse files

Update mall-admin.sh

parent 754cf8ba
...@@ -8,6 +8,7 @@ docker rmi `docker images | grep none | awk '{print $3}'` ...@@ -8,6 +8,7 @@ docker rmi `docker images | grep none | awk '{print $3}'`
echo '----rm none images----' echo '----rm none images----'
docker run -p 8080:8080 --name ${app_name} \ docker run -p 8080:8080 --name ${app_name} \
--link mysql:db \ --link mysql:db \
--link redis:redis \
-v /etc/localtime:/etc/localtime \ -v /etc/localtime:/etc/localtime \
-v /mydata/app/${app_name}/logs:/var/logs \ -v /mydata/app/${app_name}/logs:/var/logs \
-d mall/${app_name}:1.0-SNAPSHOT -d mall/${app_name}:1.0-SNAPSHOT
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment