mirror of
https://github.com/certbot/certbot.git
synced 2026-02-15 16:48:12 -05:00
7 lines
148 B
YAML
7 lines
148 B
YAML
letsencrypt:
|
|
build: .
|
|
ports:
|
|
- "443:443"
|
|
volumes:
|
|
- /etc/letsencrypt:/etc/letsencrypt
|
|
- /var/lib/letsencrypt:/var/lib/letsencrypt
|