Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stigtsp/fdbf785c0b3cad514a70486573c386c6 to your computer and use it in GitHub Desktop.
Save stigtsp/fdbf785c0b3cad514a70486573c386c6 to your computer and use it in GitHub Desktop.
caddy on raspian
docker run --restart=always -p80:80 -p443:443 -v /root/.caddy:/root/.caddy -v/srv:/srv:ro -v/etc/Caddyfile:/etc/Caddyfile:ro orbsmiv/caddy-rpi:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment