vm-ztv/certbot/docker-compose.yml

12 lines
422 B
YAML
Raw Permalink Normal View History

2025-04-02 08:31:34 +04:00
version: "3"
services:
certbot:
image: certbot/certbot
container_name: certbot
hostname: certbot
volumes:
- ./ssl:/etc/letsencrypt
ports:
- 80:80
2025-10-31 08:59:15 +04:00
command: certonly -v --force-renewal --non-interactive --keep-until-expiring --standalone --preferred-challenges http --agree-tos --email pycm1k@yandex.ru --cert-name pycm1k -d tormob.duckdns.org -d tshk.duckdns.org -d moamo.duckdns.org