Skip to content

Instantly share code, notes, and snippets.

@varavut
Created May 13, 2017 08:37
Show Gist options
  • Save varavut/14d362889b2fcd5727d21b493866dbaf to your computer and use it in GitHub Desktop.
Save varavut/14d362889b2fcd5727d21b493866dbaf to your computer and use it in GitHub Desktop.
caddy-part1-docker-compose.yml
version: "2"
services:
caddy:
image: abiosoft/caddy:latest
container_name: caddy
ports:
- "80:80"
- "443:443"
volumes:
- "/var/www/caddy/Caddyfile:/etc/Caddyfile"
- "/var/www/caddy/.caddy:/root/.caddy"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment