Compare commits
2 commits
d00ffe54e4
...
2b1ce0b56c
| Author | SHA1 | Date | |
|---|---|---|---|
| 2b1ce0b56c | |||
| 2b66d830d9 |
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
name: certbot
|
name: certbot
|
||||||
state: present
|
state: present
|
||||||
image: docker.io/certbot/certbot
|
image: docker.io/certbot/certbot
|
||||||
command: certonly -n --standalone --domains {{ podman_certbot_domains }} --agree-tos --email {{ podman_certbot_email }}
|
command: certonly -n --standalone --domains {{ podman_certbot_domains }} --expand --agree-tos --email {{ podman_certbot_email }}
|
||||||
volumes:
|
volumes:
|
||||||
- certbot-etc:/etc/letsencrypt
|
- certbot-etc:/etc/letsencrypt
|
||||||
- certbot-var-lib:/var/lib/letsencrypt
|
- certbot-var-lib:/var/lib/letsencrypt
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
---
|
---
|
||||||
podman_forgejo_version: 8.0.1
|
podman_forgejo_version: 9.0.0
|
||||||
podman_forgejo_user: podman
|
podman_forgejo_user: podman
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue