diff --git a/shell/allcmd.sh b/shell/allcmd.sh index cd9001d..9861607 100755 --- a/shell/allcmd.sh +++ b/shell/allcmd.sh @@ -28,7 +28,7 @@ function go_build() { } function go_restart() { - bash -c "docker restart App-Sealms" + bash -c "docker restart sealms_sealms_1" } function help() {