mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-05-09 15:54:35 +02:00
Merge pull request #1233 from Creepios/patch-1
Increase start period of netbox container healthcheck (fixes #1231)
This commit is contained in:
commit
1d69e6f233
@ -8,7 +8,7 @@ services:
|
|||||||
env_file: env/netbox.env
|
env_file: env/netbox.env
|
||||||
user: 'unit:root'
|
user: 'unit:root'
|
||||||
healthcheck:
|
healthcheck:
|
||||||
start_period: 60s
|
start_period: 90s
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
interval: 15s
|
interval: 15s
|
||||||
test: "curl -f http://localhost:8080/login/ || exit 1"
|
test: "curl -f http://localhost:8080/login/ || exit 1"
|
||||||
|
Loading…
Reference in New Issue
Block a user