Upgrade and pin nginx-proxy and acme-companion.

This commit is contained in:
Víðir Valberg Guðmundsson 2022-11-22 14:37:31 +01:00
parent d467084fb7
commit 31a73f48fb
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
- name: nginx proxy container
docker_container:
name: nginx-proxy
image: jwilder/nginx-proxy
image: nginxproxy/nginx-proxy:1.0
restart_policy: always
networks:
- name: external_services
@ -34,7 +34,7 @@
- name: nginx letsencrypt container
docker_container:
name: nginx-proxy-le
image: nginxproxy/acme-companion
image: nginxproxy/acme-companion:2.2
restart_policy: always
volumes:
- "{{ nginx.volume_folder }}/vhost:/etc/nginx/vhost.d"