diff --git a/templates/etc/traefik/traefik.yml.j2 b/templates/etc/traefik/traefik.yml.j2 index 9d8e295..13da878 100644 --- a/templates/etc/traefik/traefik.yml.j2 +++ b/templates/etc/traefik/traefik.yml.j2 @@ -47,12 +47,17 @@ entryPoints: address: :53/udp dnsTls: address: :853 + dlna: + address: :1900/udp + ssdp: + address: :7359/udp providers: docker: endpoint: "unix:///var/run/docker.sock" exposedByDefault: {{ svc_traefik_exposed_by_default }} httpClientTimeout: 300 + allowEmptyServices: true file: directory: /etc/traefik/config @@ -88,4 +93,4 @@ tls: keyFile: {{ certificate.key }} {% endfor %} {% endif %} -{% endif %} \ No newline at end of file +{% endif %}