Markus Pesch
f16f8cfe1d
All checks were successful
continuous-integration/drone/push Build is passing
10 lines
245 B
YAML
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
|