mirror of
https://github.com/certbot/certbot.git
synced 2026-01-21 19:01:07 +03:00
8 lines
148 B
YAML
8 lines
148 B
YAML
letsencrypt:
|
|
build: .
|
|
ports:
|
|
- "443:443"
|
|
volumes:
|
|
- /etc/letsencrypt:/etc/letsencrypt
|
|
- /var/lib/letsencrypt:/var/lib/letsencrypt
|