mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
10 lines
221 B
YAML
10 lines
221 B
YAML
|
certbot:
|
||
|
image: quay.io/letsencrypt/letsencrypt
|
||
|
command: certonly --standalone
|
||
|
ports:
|
||
|
- "80:80"
|
||
|
- "443:443"
|
||
|
volumes:
|
||
|
- /etc/letsencrypt:/etc/letsencrypt
|
||
|
- /var/lib/letsencrypt:/var/lib/letsencrypt
|