rename nas.* into synology.*

This commit is contained in:
Colin Hebert
2023-01-10 08:37:12 +01:00
parent accc948e2f
commit bdc3f9ee11

View File

@@ -1,7 +1,7 @@
http:
routers:
synology:
rule: '{{ $s := "nas" }}{{ range $i, $d := splitList "," (env `NASCOMPOSE_TRAEFIK_DOMAINS`) }}{{ if $i }} || {{end}}Host(`{{ $s }}.{{ $d }}`){{ end }}'
rule: '{{ $s := "synology" }}{{ range $i, $d := splitList "," (env `NASCOMPOSE_TRAEFIK_DOMAINS`) }}{{ if $i }} || {{end}}Host(`{{ $s }}.{{ $d }}`){{ end }}'
service: synology@file
services:
synology: