Skip to content

Commit

Permalink
[Backport to 3.3.x][Fixes #9662][Docker] Wrong healthcheck on Django …
Browse files Browse the repository at this point in the history
…container (#9666)
  • Loading branch information
afabiani authored Jul 14, 2022
1 parent fe9df21 commit 77eb339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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:8001/"
test: "curl --fail --silent --write-out 'HTTP CODE : %{http_code}\n' --output /dev/null http://127.0.0.1:8000/"
interval: 60s
timeout: 10s
retries: 1
Expand Down

0 comments on commit 77eb339

Please sign in to comment.