Skip to content

Commit

Permalink
Update mall-admin.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Mar 23, 2020
1 parent 754cf8b commit bdde036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions document/sh/mall-admin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ docker rmi `docker images | grep none | awk '{print $3}'`
echo '----rm none images----'
docker run -p 8080:8080 --name ${app_name} \
--link mysql:db \
--link redis:redis \
-v /etc/localtime:/etc/localtime \
-v /mydata/app/${app_name}/logs:/var/logs \
-d mall/${app_name}:1.0-SNAPSHOT
Expand Down

0 comments on commit bdde036

Please sign in to comment.