diff --git a/files/docker-daemon.json b/files/docker-daemon.json index bdedf8e0d..55e395721 100644 --- a/files/docker-daemon.json +++ b/files/docker-daemon.json @@ -6,12 +6,5 @@ "max-file": "10" }, "live-restore": true, - "max-concurrent-downloads": 10, - "default-ulimits": { - "nofile": { - "Name": "nofile", - "Soft": 2048, - "Hard": 8192 - } - } + "max-concurrent-downloads": 10 }