removed bad traefik label

This commit is contained in:
Admin9705
2019-01-14 12:44:22 -05:00
parent d4b9837e67
commit 30e169f385
2 changed files with 1 additions and 2 deletions

View File

@@ -53,7 +53,6 @@
- name: 'Adding Traefik'
set_fact:
pg_labels:
traefik.protocol: 'https'
traefik.frontend.auth.forward.address: '{{gauth}}'
traefik.enable: 'true'
traefik.port: '{{intport}}'

View File

@@ -18,6 +18,7 @@
extport: '8984'
image: 'lsiodev/sonarr-preview'
# CORE (MANDATORY) ############################################################
- name: 'Including cron job'
include_tasks: '/opt/plexguide/containers/_core.yml'
@@ -53,7 +54,6 @@
- name: 'Adding Traefik'
set_fact:
pg_labels:
traefik.protocol: 'https'
traefik.frontend.auth.forward.address: '{{gauth}}'
traefik.enable: 'true'
traefik.port: '{{intport}}'