|
|
@@ -20,7 +20,6 @@ echo '----build image admin----'
|
|
|
docker run \
|
|
|
-p 9099:9099 \
|
|
|
--name ${app_admin_name} \
|
|
|
---link mysql:db \
|
|
|
-e 'spring.profiles.active'=${profile_active} \
|
|
|
-e TZ="Asia/Shanghai" \
|
|
|
-v /etc/localtime:/etc/localtime \
|
|
|
@@ -55,7 +54,6 @@ echo '----build image admin----'
|
|
|
docker run \
|
|
|
-p 10000:9099 \
|
|
|
--name ${app_admin_name_two} \
|
|
|
---link mysql:db \
|
|
|
-e 'spring.profiles.active'=${profile_active_two} \
|
|
|
-e TZ="Asia/Shanghai" \
|
|
|
-v /etc/localtime:/etc/localtime \
|
|
|
@@ -90,7 +88,6 @@ echo '----build image admin----'
|
|
|
docker run \
|
|
|
-p 10001:9099 \
|
|
|
--name ${app_admin_name_three} \
|
|
|
---link mysql:db \
|
|
|
-e 'spring.profiles.active'=${profile_active_three} \
|
|
|
-e TZ="Asia/Shanghai" \
|
|
|
-v /etc/localtime:/etc/localtime \
|