integration: fix default port for verify service (#2895) (#2908)

Co-authored-by: Caleb Doxsey <cdoxsey@pomerium.com>
This commit is contained in:
backport-actions-token[bot] 2022-01-07 16:29:32 -05:00 committed by GitHub
parent b50bb6e331
commit 8211bded0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
46 changed files with 47 additions and 47 deletions

View file

@ -922,7 +922,7 @@ services:
verify-ready:
command:
- -wait
- http://verify:80/
- http://verify:8000/
- -timeout
- 10m
image: jwilder/dockerize:0.6.1