Skip to content

Commit

Permalink
[Fixes #9917] Current django health check in docker-compose.yml usele…
Browse files Browse the repository at this point in the history
…ss. (#9918)
  • Loading branch information
afabiani committed Aug 29, 2022
1 parent 762c7c9 commit 870cd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -30,7 +30,7 @@ services:
dockerfile: Dockerfile
container_name: django4${COMPOSE_PROJECT_NAME}
healthcheck:
test: "curl --fail --silent --write-out 'HTTP CODE : %{http_code}\n' --output /dev/null http://127.0.0.1:8000/"
test: "curl --fail --silent --write-out 'HTTP CODE : %{http_code}\n' --output /dev/null http://127.0.0.1:8001/"
start_period: 60s
interval: 60s
timeout: 10s
Expand Down

0 comments on commit 870cd27

Please sign in to comment.