We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8110d2a commit 5e04eb0Copy full SHA for 5e04eb0
docker-compose.yml
@@ -33,7 +33,7 @@ services:
33
dockerfile: Dockerfile.prism
34
container_name: prism
35
healthcheck:
36
- test: 'wget --header="Authorization: Bearer abc" http://127.0.0.1:4017/prisoner/A1234AL'
+ test: 'wget --header="Authorization: Bearer abc" http://127.0.0.1:4017/prisoner/A1234AL -O /dev/null'
37
ports:
38
- '4010:4010'
39
- '4011:4011'
0 commit comments