Skip to content

Version 0.10.0: SKIP_STARTUP_SCRIPTS

Compare
Choose a tag to compare
@cimnine cimnine released this 19 Mar 16:20
df16a43

This release contains a new feature contributed by @tobiasge in #128:

To speed up the startup time of netbox-docker it is possible to disable the execution of the startup scripts.

As documented, a new environment variable SKIP_STARTUP_SCRIPTS was introduced. If the variable is set to true, netbox-docker will not run the startup scripts.

To enable this new behaviour, you could add the following line to the netbox.env file:

SKIP_STARTUP_SCRIPTS=true