FROM caddy:2.8.4
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
]
docker build -t caddy-cloudflare:2.8.4-alpine .
build error
{“level”:“warn”,“ts”:1719994417.1589732,“msg”:“failed to set GOMAXPROCS”,“error”:“open /sys/fs/cgroup/cpu/cpu.cfs_quota_us: no such file or directory”}
Please fill out the help topic template as per the forum rules.
You post has messed up formatting, so it’s really hard to follow what you’re trying to say.
That’s not an error log you showed though, it’s a warning ("level":"warn"). You can ignore that. Basically this is Caddy trying to limit itself to a certain amount of maximum processes but wasn’t able to. No biggie.