Skip to content

Commit

Permalink
Merge pull request #1233 from Creepios/patch-1
Browse files Browse the repository at this point in the history
Increase start period of netbox container healthcheck (fixes #1231)
  • Loading branch information
RangerRick authored May 15, 2024
2 parents 1265d22 + 918952a commit 1d69e6f
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 @@ -8,7 +8,7 @@ services:
env_file: env/netbox.env
user: 'unit:root'
healthcheck:
start_period: 60s
start_period: 90s
timeout: 3s
interval: 15s
test: "curl -f http://localhost:8080/login/ || exit 1"
Expand Down

0 comments on commit 1d69e6f

Please sign in to comment.