14 lines
181 B
YAML
14 lines
181 B
YAML
|
|
---
|
||
|
|
|
||
|
|
- name: certbot up
|
||
|
|
command: docker compose up -d
|
||
|
|
args:
|
||
|
|
chdir: /srv/certbot
|
||
|
|
|
||
|
|
|
||
|
|
- name: certbot restart
|
||
|
|
command: docker compose restart
|
||
|
|
args:
|
||
|
|
chdir: /srv/certbot
|
||
|
|
|