Add support for custom scripts
Custom scripts were added to Netbox in version 2.6.3. This adds a new directory to the image where custom scripts can be placed.
This commit is contained in:
parent
42826ae133
commit
db04deca0d
3 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,7 @@ services:
|
|||
- ./initializers:/opt/netbox/initializers:z,ro
|
||||
- ./configuration:/etc/netbox/config:z,ro
|
||||
- ./reports:/etc/netbox/reports:z,ro
|
||||
- ./scripts:/etc/netbox/scripts:z,ro
|
||||
- netbox-nginx-config:/etc/netbox-nginx:z
|
||||
- netbox-static-files:/opt/netbox/netbox/static:z
|
||||
- netbox-media-files:/opt/netbox/netbox/media:z
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue