Compare commits
No commits in common. "42a96b909be32636a69034ca58d0f6e70e6517db" and "2a4e81025fba177c0ce9cc53fe8664d0db80250c" have entirely different histories.
42a96b909b
...
2a4e81025f
@ -3,6 +3,6 @@
|
||||
dockerStartAllApps()
|
||||
{
|
||||
isNotice "Please wait for docker containers to start"
|
||||
local result=$(dockerCommandRun "docker ps -a -q | xargs -r docker restart")
|
||||
local result=$(dockerCommandRun "docker restart $(docker ps -a -q)")
|
||||
checkSuccess "Starting up all docker containers"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user