Cant run caddy
run: reading config file: open /etc/caddy/Caddyfile: operation not permitted



ports:
# To change the exposed port, simply change 80:80 to <desired_port>:80. No other changes needed
- 8080:80
# - 443:443 # Uncomment to enable HTTPS handling by Caddy
environment:
- BASE_URL=":80"
# - BASE_URL=":443" # uncomment and comment line above to enable HTTPS via custom certificate and key files
# - BAS