Improve test.sh
Don't move the original initializers directory, but rather use the one with the modified initializers in it.
This commit is contained in:
parent
870b44fdbc
commit
3b56c827f9
3 changed files with 25 additions and 17 deletions
|
@ -9,7 +9,7 @@ services:
|
|||
user: '101'
|
||||
volumes:
|
||||
- ./startup_scripts:/opt/netbox/startup_scripts:z,ro
|
||||
- ./initializers:/opt/netbox/initializers:z,ro
|
||||
- ./${INITIALIZERS_DIR-initializers}:/opt/netbox/initializers:z,ro
|
||||
- ./configuration:/etc/netbox/config:z,ro
|
||||
- ./reports:/etc/netbox/reports:z,ro
|
||||
- ./scripts:/etc/netbox/scripts:z,ro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue