Use traefik 2.5.
This commit is contained in:
parent
d4be3972d8
commit
2e2a86b52e
2 changed files with 3 additions and 3 deletions
|
@ -44,9 +44,9 @@
|
|||
mode: '0644'
|
||||
tags: config
|
||||
|
||||
- name: Configure SSL
|
||||
- name: Configure SSL (if no existing certificates are found on the server)
|
||||
copy:
|
||||
content: ""
|
||||
content: "{}"
|
||||
force: no
|
||||
dest: "{{ traefik_install_path }}/traefik/acme.json"
|
||||
mode: 0600
|
||||
|
|
|
@ -8,7 +8,7 @@ networks:
|
|||
services:
|
||||
# Load Balancer / SSL / Web Server
|
||||
revproxy:
|
||||
image: traefik:v2.2
|
||||
image: traefik:v2.5
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- public
|
||||
|
|
Loading…
Add table
Reference in a new issue