mirror of
https://github.com/casjaysdevdocker/gitea
synced 2025-12-14 02:07:10 -05:00
.claude/ Dockerfile .env.scripts rootfs/tmp/etc/docker/daemon.json rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/etc/docker/init.d/05-dockerd.sh
10 lines
192 B
JSON
10 lines
192 B
JSON
{
|
|
"ip": "0.0.0.0",
|
|
"iptables": true,
|
|
"log-level": "error",
|
|
"experimental": true,
|
|
"pidfile": "/tmp/docker.pid",
|
|
"cgroup-parent": "/docker",
|
|
"insecure-registries": ["localhost"]
|
|
}
|