Files
deploy.stack/etc/docker/daemon.json
cnphpbb 1eb94fe618 Update daemon.json
Signed-off-by: cnphpbb <moqiruyi@126.com>
2026-06-13 01:23:35 +08:00

25 lines
508 B
JSON

{
"storage-driver": "overlay2",
"data-root": "/data/docker",
"log-driver": "json-file",
"log-opts": {
"max-size": "10m",
"max-file": "3"
},
"default-ulimits": {
"nofile": {
"Name": "nofile",
"Hard": 65535,
"Soft": 65535
}
},
"registry-mirrors": [
"https://docker.1ms.run",
"https://docker.m.daocloud.io",
"https://hub.rat.dev",
"https://docker.367231.xyz",
"https://dockerproxy.net"
],
"insecure-registries": ["hub.tp229.com:3500"]
}