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