Skip to content

Commit

Permalink
Merge pull request #1223 from tobiasge/1222-fix-health-check
Browse files Browse the repository at this point in the history
Fix #1222: Use /login/ as health check URL
  • Loading branch information
tobiasge authored May 7, 2024
2 parents 36f409a + b6492b2 commit 53ac2ff
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 @@ -11,7 +11,7 @@ services:
start_period: 60s
timeout: 3s
interval: 15s
test: "curl -f http://localhost:8080/api/ || exit 1"
test: "curl -f http://localhost:8080/login/ || exit 1"
volumes:
- ./configuration:/etc/netbox/config:z,ro
- netbox-media-files:/opt/netbox/netbox/media:rw
Expand Down

0 comments on commit 53ac2ff

Please sign in to comment.