Update traefik to v1.1.2 and some bugfixes in v1.1.1
This commit is contained in:
@@ -12,7 +12,7 @@ traefik:
|
||||
io.rancher.container.hostname_override: container_name
|
||||
tty: true
|
||||
log_opt: {}
|
||||
image: rawmind/alpine-traefik:1.1.1-1
|
||||
image: rawmind/alpine-traefik:1.1.1-2
|
||||
environment:
|
||||
- CONF_INTERVAL=${refresh_interval}
|
||||
- TRAEFIK_HTTP_PORT=${http_port}
|
||||
@@ -21,6 +21,7 @@ traefik:
|
||||
- TRAEFIK_ACME_ENABLE=${acme_enable}
|
||||
- TRAEFIK_ACME_EMAIL=${acme_email}
|
||||
- TRAEFIK_ACME_ONDEMAND=${acme_ondemand}
|
||||
- TRAEFIK_ACME_ONHOSTRULE=${acme_onhostrule}
|
||||
volumes_from:
|
||||
- traefik-conf
|
||||
traefik-conf:
|
||||
@@ -32,7 +33,7 @@ traefik-conf:
|
||||
io.rancher.container.start_once: 'true'
|
||||
tty: true
|
||||
log_opt: {}
|
||||
image: rawmind/rancher-traefik:0.3.4-10
|
||||
image: rawmind/rancher-traefik:0.3.4-14
|
||||
net: none
|
||||
volumes:
|
||||
- /opt/tools
|
||||
|
||||
Reference in New Issue
Block a user