This commit is contained in:
Christian Mäder 2024-05-25 15:45:25 +02:00
parent 9d04f2a7a5
commit 21cf7b498d

View File

@ -8,7 +8,7 @@ services:
env_file: env/netbox.env
user: 'unit:root'
healthcheck:
test: curl -f http://localhost:8081/login/ || exit 1
test: curl -f http://localhost:8080/login/ || exit 1
start_period: 90s
timeout: 3s
interval: 15s