File tree 1 file changed +6
-6
lines changed
tests/process-caddyfile-off
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ retry curl --show-error -s -k -f --resolve whoami1.example.com:443:127.0.0.1 htt
12
12
exit 1
13
13
}
14
14
15
- docker stack deploy -c compose_wrong.yaml --prune caddy_test
15
+ # docker stack deploy -c compose_wrong.yaml --prune caddy_test
16
16
17
- retry curl --show-error -s -k -f --resolve whoami0.example.com:443:127.0.0.1 https://whoami0.example.com &&
18
- retry curl --show-error -s -k -f --resolve whoami1.example.com:443:127.0.0.1 https://whoami1.example.com || {
19
- docker service logs caddy_test_caddy
20
- exit 1
21
- }
17
+ # retry curl --show-error -s -k -f --resolve whoami0.example.com:443:127.0.0.1 https://whoami0.example.com &&
18
+ # retry curl --show-error -s -k -f --resolve whoami1.example.com:443:127.0.0.1 https://whoami1.example.com || {
19
+ # docker service logs caddy_test_caddy
20
+ # exit 1
21
+ # }
You can’t perform that action at this time.
0 commit comments