We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5bd102 commit 750e21cCopy full SHA for 750e21c
infrastructure/environments/test/fake-api/readme.md
@@ -21,7 +21,7 @@ docker stop local-fake-api
21
22
docker run -d --rm -p 9123:9123 -e LOGIN_ROOT_URL="http://localhost:9123" -e ELID_DELAY_SECONDS=2 -e APIM_DELAY_SECONDS=10 --name local-fake-api fake-api
23
24
-docker logs local-fake-login --follow | less +F # If you need to see what's going on in nginx
+docker logs local-fake-api --follow | less +F # If you need to see what's going on in nginx
25
26
curl -v http://localhost:9123/health
27
0 commit comments