Casper da Costa-Luis

Results 211 issues of Casper da Costa-Luis

potentially worth documenting how to run as non-root users (related: https://github.com/caddyserver/caddy-docker/issues/104)? I had to do: ```dockerfile FROM wemakeservices/caddy-gen:latest ARG CADDY_UID=1000 ARG CADDY_GID=1000 RUN chown -R $CADDY_UID:$CADDY_GID /etc/caddy /config/caddy /code/docker-gen/templates/Caddyfile.tmpl RUN...