Skip to content

Instantly share code, notes, and snippets.

@osamaAbdullah
Last active December 20, 2022 21:36
Show Gist options
  • Save osamaAbdullah/b1d3ca98b23c14703a9ca4b739ce331a to your computer and use it in GitHub Desktop.
Save osamaAbdullah/b1d3ca98b23c14703a9ca4b739ce331a to your computer and use it in GitHub Desktop.
version: '3.3'
services:
certbot:
image: certbot/certbot
entrypoint: "certbot certonly --standalone --non-interactive --preferred-challenges http --email osama_akre@icloud.com --agree-tos -d x.com,x.x.com"
volumes:
- ./letsencrypt:/etc/letsencrypt
ports:
- 80:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment