Skip to content

Commit

Permalink
Using /assets/ for netbox conflicts with Arkime's /assets/, so use /n…
Browse files Browse the repository at this point in the history
…etbox/ for the NetBox path
  • Loading branch information
mmguero committed Sep 21, 2022
1 parent 5ca383d commit 1896e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ services:
- ./netbox/config/scripts:/etc/netbox/scripts:ro
- ./netbox/media:/opt/netbox/netbox/media:rw
healthcheck:
test: ["CMD", "curl", "--silent", "http://localhost:8080/assets/api/" ]
test: ["CMD", "curl", "--silent", "http://localhost:8080/netbox/api/" ]
interval: 60s
timeout: 15s
retries: 3
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ services:
- ./netbox/config/scripts:/etc/netbox/scripts:ro
- ./netbox/media:/opt/netbox/netbox/media:rw
healthcheck:
test: ["CMD", "curl", "--silent", "http://localhost:8080/assets/api/" ]
test: ["CMD", "curl", "--silent", "http://localhost:8080/netbox/api/" ]
interval: 60s
timeout: 15s
retries: 3
Expand Down

0 comments on commit 1896e24

Please sign in to comment.