mirror of
https://github.com/unraid/webgui.git
synced 2026-01-13 21:20:01 -06:00
This change will not only affect new installations, this will also affect existing installations but only if one changes something in the Docker settings and if the line DOCKER_NETWORK_TYPE isn't found in the docker.cfg. It would be better to change the docker.cfg file which is shipped with Unraid in the zip file (append the line DOCKER_NETWORK_TYPE="1") but this is something that @limetech has to change.
10 lines
210 B
INI
10 lines
210 B
INI
DOCKER_ENABLED="no"
|
|
DOCKER_IMAGE_SIZE="20"
|
|
DOCKER_LOG_ROTATION="yes"
|
|
DOCKER_LOG_SIZE="50m"
|
|
DOCKER_LOG_FILES="1"
|
|
DOCKER_AUTHORING_MODE="no"
|
|
DOCKER_USER_NETWORKS="remove"
|
|
DOCKER_ALLOW_ACCESS=""
|
|
DOCKER_TIMEOUT=10
|