These are docker images for Caddy running on our Alpine Linux image.
For the available versions please look at Docker Hub or Quay or check the existing folders within the GitHub repository.
- /srv/www
- 8080
CADDY_ADAPTER = caddyfile
CADDY_CONFIG = /etc/caddy/caddyfile
CADDY_DROP_INDEX_FILE = false
CADDY_ENVFILE =
CADDY_ENVIRON = false
CADDY_HEALTHCHECK_CODE = 200
CADDY_HEALTHCHECK_URL = http://localhost:8080/
CADDY_PIDFILE =
CADDY_PINGBACK =
CADDY_RESUME = false
CADDY_SKIP_CHOWN = false
CADDY_SKIP_TEMPLATES = false
CADDY_WATCH = false
CADDY_WEBROOT = /srv/wwwExtracted by the command: grep -hE ': "\$\{(.*)\}"' latest/overlay/etc/entrypoint.d/*.sh | sed 's/: "\${//' | sed 's/:="/ = /' | sed 's/"}"$//' | sort | uniq
Fork -> Patch -> Push -> Pull Request
MIT
Copyright (c) 2018 Thomas Boerger <http://www.webhippie.de>