mirror of
https://github.com/certbot/certbot.git
synced 2026-04-24 07:40:02 -04:00
6 lines
99 B
YAML
6 lines
99 B
YAML
letsencrypt:
|
|
build: .
|
|
ports:
|
|
- "443:443"
|
|
volumes:
|
|
- ./certs/:/etc/letsencrypt/certs/
|