mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-08 04:04:42 +02:00
10 lines
212 B
YAML
10 lines
212 B
YAML
letsencrypt:
|
|
image: quay.io/letsencrypt/letsencrypt
|
|
command: auth
|
|
ports:
|
|
- "80:80"
|
|
- "443:443"
|
|
volumes:
|
|
- "/etc/letsencrypt:/etc/letsencrypt"
|
|
- "/var/lib/letsencrypt:/var/lib/letsencrypt"
|