File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ function update_script() {
4949 LATEST_IMAGE=" $( docker inspect --format " {{.Id}}" --type image " ${CONTAINER_IMAGE} " ) "
5050 if [[ " ${RUNNING_IMAGE} " != " ${LATEST_IMAGE} " ]]; then
5151 echo " Updating ${container} image ${CONTAINER_IMAGE} "
52- DOCKER_COMMAND=" $( runlike " ${container} " ) "
52+ DOCKER_COMMAND=" $( runlike --use-volume-id " ${container} " ) "
5353 docker rm --force " ${container} "
5454 eval ${DOCKER_COMMAND}
5555 fi
@@ -113,4 +113,4 @@ msg_ok "Completed Successfully!\n"
113113echo -e " ${CREATING}${GN}${APP} setup has been successfully initialized!${CL} "
114114echo -e " ${INFO}${YW} Access it using the following URL:${CL} "
115115echo -e " ${TAB}${GATEWAY}${BGN} HA: http://${IP} :8123${CL} "
116- echo -e " ${TAB}${GATEWAY}${BGN} Portainer: http://${IP} :9443${CL} "
116+ echo -e " ${TAB}${GATEWAY}${BGN} Portainer: http://${IP} :9443${CL} "
You can’t perform that action at this time.
0 commit comments