Compare commits

..

2 commits

2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,3 +1,3 @@
--- ---
podman_forgejo_version: 8.0.1 podman_forgejo_version: 9.0.0
podman_forgejo_user: podman podman_forgejo_user: podman