This commit is contained in:
孙小云 2025-06-10 15:04:49 +08:00
parent c6dba77e47
commit dae4a91e51
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,6 @@ fi
docker run --pull always -d \
--name ${HHZ_ADMIN_NAME} \
--network ${NETWORK} \
--add-host ${DSP_DOMAIN_FULL}:host-gateway \
--env SPRING_CLOUD_CONSUL_HOST=${CONSUL_NAME} \
--env SPRING_CLOUD_CONSUL_PORT=8500 \
--env SPRING_CLOUD_CONSUL_DISCOVERY_HOSTNAME=${HHZ_ADMIN_NAME} \
@ -48,6 +47,7 @@ docker run --pull always -d \
--env TUOHENG_OIDC-URL=https://${OIDC_ADMIN_DOMAIN_FULL} \
--env TZ=Asia/Shanghai \
--add-host ${OIDC_ADMIN_DOMAIN}:host-gateway \
--add-host ${DSP_DOMAIN}:host-gateway \
--mount type=bind,source=/etc/localtime,target=/etc/localtime,readonly \
--memory ${HHZ_ADMIN_MEMORY} \
--restart unless-stopped \