File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/server_manager/install_scripts Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ function start_watchtower() {
376376 -v /var/run/docker.sock:/var/run/docker.sock)
377377 # By itself, local messes up the return code.
378378 local STDERR_OUTPUT
379- STDERR_OUTPUT=" $( docker run -d " ${docker_watchtower_flags[@]} " containrrr /watchtower --cleanup --label-enable --scope=outline --tlsverify --interval " ${WATCHTOWER_REFRESH_SECONDS} " 2>&1 > /dev/null) " && return
379+ STDERR_OUTPUT=" $( docker run -d " ${docker_watchtower_flags[@]} " nickfedor /watchtower --cleanup --label-enable --scope=outline --tlsverify --interval " ${WATCHTOWER_REFRESH_SECONDS} " 2>&1 > /dev/null) " && return
380380 readonly STDERR_OUTPUT
381381 log_error " FAILED"
382382 if docker_container_exists watchtower; then
You can’t perform that action at this time.
0 commit comments