Skip to content

Commit 5e04eb0

Browse files
committed
PI-2517 - update health check in docker compose
1 parent 8110d2a commit 5e04eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
dockerfile: Dockerfile.prism
3434
container_name: prism
3535
healthcheck:
36-
test: 'wget --header="Authorization: Bearer abc" http://127.0.0.1:4017/prisoner/A1234AL'
36+
test: 'wget --header="Authorization: Bearer abc" http://127.0.0.1:4017/prisoner/A1234AL -O /dev/null'
3737
ports:
3838
- '4010:4010'
3939
- '4011:4011'

0 commit comments

Comments
 (0)