Skip to content

Instantly share code, notes, and snippets.

@rayriffy
Created September 15, 2018 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rayriffy/b3214819051a96085c820d7fdb22dda6 to your computer and use it in GitHub Desktop.
Save rayriffy/b3214819051a96085c820d7fdb22dda6 to your computer and use it in GitHub Desktop.
services:
certbot:
image: adferrand/letsencrypt-dns:2.5.3
container_name: certbot
restart: unless-stopped
env_file:
- ./certbot/build/env
volumes:
- ./certbot/dist/domains.conf:/etc/letsencrypt/domains.conf
- ./tmp/letsencrypt:/etc/letsencrypt
networks:
- backend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment