Compare commits
No commits in common. "2b1ce0b56c1ec8a329b27baaf011c2a74436c088" and "d00ffe54e4d4c1917c80c7e09e8727b27df0fc7d" have entirely different histories.
2b1ce0b56c
...
d00ffe54e4
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 }} --expand --agree-tos --email {{ podman_certbot_email }}
|
command: certonly -n --standalone --domains {{ podman_certbot_domains }} --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: 9.0.0
|
podman_forgejo_version: 8.0.1
|
||||||
podman_forgejo_user: podman
|
podman_forgejo_user: podman
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue