diff --git a/templates/traefik/5/README.md b/templates/traefik/5/README.md index 64fa02f..393d65f 100644 --- a/templates/traefik/5/README.md +++ b/templates/traefik/5/README.md @@ -33,7 +33,9 @@ Traefik labels has to be added in your services, in order to get included in tra - false: the service will not be published - traefik.priority = # Override for frontend priority. 5 by default - traefik.protocol = < http | https > # Override the default http protocol -- traefik.alias = < alias > # Alternate names to route rule. Multiple values separated by ",". WARNING: You could have collisions BE CAREFULL +- traefik.sticky = < true | false > # Enable/disable sticky sessions to the backend +- traefik.alias = < alias > # Alternate names to route rule. Multiple values separated by ",". traefik.domain is appended. WARNING: You could have collisions BE CAREFULL +- traefik.alias.fqdn = < alias fqdn > # Alternate names to route rule. Multiple values separated by ",". traefik.domain must be defined but is not appended here. - traefik.domain = < domain.name > # Domain names to route rules. Multiple domains separated by "," - traefik.domain.regexp = < domain.regexp > # Domain name regexp rule. Multiple domains separated by "," - traefik.port = < port > # Port to expose throught traefik diff --git a/templates/traefik/5/docker-compose.yml b/templates/traefik/5/docker-compose.yml index d879727..348bb15 100644 --- a/templates/traefik/5/docker-compose.yml +++ b/templates/traefik/5/docker-compose.yml @@ -33,7 +33,7 @@ traefik-conf: io.rancher.container.start_once: 'true' tty: true log_opt: {} - image: rawmind/rancher-traefik:0.3.4-18 + image: rawmind/rancher-traefik:0.3.4-19 net: none volumes: - /opt/tools