Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

To keep compatible with new Netbox 4.1

Merged Diego MENDEZ requested to merge bugfix/v4.1_compatibility_bug into develop
+ 1
1
@@ -14,7 +14,7 @@ services:
start_period: 60s
start_interval: 5s
retries: 5
test: "curl -f http://localhost:8080/api/ || exit 1"
test: "curl -f http://localhost:8080 || exit 1"
env_file: env/netbox.env
volumes:
- netbox-media-files:/opt/netbox/netbox/media
Loading