mirror of
https://github.com/casjaysdevdocker/forgejo
synced 2026-09-24 18:50:09 -04:00
gitea / release-gitea (push) Successful in 8m10s
AI.md .gitea/workflows/docker.yaml README.md rootfs/tmp/etc/docker/daemon.json rootfs/tmp/etc/forgejo/app.ini
19 lines
442 B
JSON
19 lines
442 B
JSON
{
|
|
"ip": "0.0.0.0",
|
|
"iptables": true,
|
|
"log-level": "error",
|
|
"experimental": true,
|
|
"pidfile": "/tmp/docker.pid",
|
|
"cgroup-parent": "/docker",
|
|
"storage-driver": "vfs",
|
|
"insecure-registries": ["localhost"],
|
|
"features": {
|
|
"containerd-snapshotter": false
|
|
},
|
|
"default-address-pools": [
|
|
{ "base": "172.17.0.0/12", "size": 24 },
|
|
{ "base": "192.168.0.0/16", "size": 24 },
|
|
{ "base": "10.0.0.0/8", "size": 24 }
|
|
]
|
|
}
|