Last active
December 20, 2022 21:36
-
-
Save osamaAbdullah/b1d3ca98b23c14703a9ca4b739ce331a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.3' | |
services: | |
certbot: | |
image: certbot/certbot | |
entrypoint: "certbot certonly --standalone --non-interactive --preferred-challenges http --email [email protected] --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