From 5d0ca70418c5c565d2e96dd365fab89a12bd1acd Mon Sep 17 00:00:00 2001 From: Christoph Hummer Date: Sat, 19 Nov 2022 09:20:58 +0100 Subject: [PATCH] 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. --- plugins/dynamix.docker.manager/default.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/dynamix.docker.manager/default.cfg b/plugins/dynamix.docker.manager/default.cfg index 5b6839f78..8285d9b54 100644 --- a/plugins/dynamix.docker.manager/default.cfg +++ b/plugins/dynamix.docker.manager/default.cfg @@ -5,6 +5,5 @@ DOCKER_LOG_SIZE="50m" DOCKER_LOG_FILES="1" DOCKER_AUTHORING_MODE="no" DOCKER_USER_NETWORKS="remove" -DOCKER_NETWORK_TYPE="1" DOCKER_ALLOW_ACCESS="" -DOCKER_TIMEOUT=10 \ No newline at end of file +DOCKER_TIMEOUT=10