feat(install): add missing env variable to install script
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
## ROOT_USER_PASSWORD - Predefined root user password
|
||||
## DOCKER_ADDRESS_POOL_BASE - Custom Docker address pool base (default: 10.0.0.0/8)
|
||||
## DOCKER_ADDRESS_POOL_SIZE - Custom Docker address pool size (default: 24)
|
||||
## DOCKER_POOL_FORCE_OVERRIDE - Force override Docker address pool configuration (default: false)
|
||||
## AUTOUPDATE - Set to "false" to disable auto-updates
|
||||
|
||||
set -e # Exit immediately if a command exits with a non-zero status
|
||||
|
||||
Reference in New Issue
Block a user