certbot-docker/docker-compose.yml
Markus Pesch f16f8cfe1d
All checks were successful
continuous-integration/drone/push Build is passing
Initial Commit
2021-08-31 18:37:14 +02:00

10 lines
245 B
YAML

version: "3"
services:
certbot:
container_name: certbot
# certbot command which should be executed
command: renew --noninteractive
image: volkerraschek/certbot-docker:latest
volumes:
- /etc/letsencrypt:/etc/letsencrypt