You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/itkdev-docker-compose
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ if [ "$#" == "0" ]; then
173
173
fi
174
174
175
175
# Check if traefik is running and print warning if not
176
-
if [ !"$(docker inspect -f '{{.State.Running}}' traefik)"=="true" ];then
176
+
if [ !"$(docker inspect -f '{{.State.Running}}' traefik2>/dev/null)"=="true" ];then
177
177
(>&2echo"${bold}Traefik reverse proxy has not been started. Hostname will not be resolved to containers and not all commands will work correctly.${normal}")
0 commit comments