From 0220fd08d789169e33f4b1e82996f00986e2eedb Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Mon, 27 Aug 2018 21:00:38 -0400 Subject: [PATCH] Last small tweak, otherwise perfectly functional --- templates/Traefik/0/docker-compose.yml | 2 +- templates/Traefik/config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/Traefik/0/docker-compose.yml b/templates/Traefik/0/docker-compose.yml index 0eb67f3..13d3b65 100644 --- a/templates/Traefik/0/docker-compose.yml +++ b/templates/Traefik/0/docker-compose.yml @@ -3,7 +3,7 @@ version: '2' services: traefik: image: traefik:latest - command: --api #--docker + command: --api labels: io.rancher.container.agent.role: environment io.rancher.container.create_agent: true diff --git a/templates/Traefik/config.yml b/templates/Traefik/config.yml index fedd640..9e5c2ba 100644 --- a/templates/Traefik/config.yml +++ b/templates/Traefik/config.yml @@ -1,6 +1,6 @@ name: Traefik description: | - Status: NOT READY + Status: Functional version: latest category: Networking maintainer: WilliamMiceli