Files
webgui/plugins/dynamix.docker.manager/default.cfg
Christoph Hummer 5d0ca70418 revert change
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.
2022-11-19 09:20:58 +01:00

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