remove redundant parentheses

This commit is contained in:
D. Scott Boggs 2025-05-08 08:53:13 -04:00
parent 8cb7b672d6
commit 39903bc9f1

View file

@ -43,7 +43,7 @@ services:
context: ./frontend context: ./frontend
labels: labels:
traefik.enable: true traefik.enable: true
traefik.http.routers.crabfit-frontend.rule: (Host(`a10y.techwork.zone`) || Host(`availability.techwork.zone`)) traefik.http.routers.crabfit-frontend.rule: Host(`a10y.techwork.zone`) || Host(`availability.techwork.zone`)
traefik.http.routers.crabfit-frontend.tls: true traefik.http.routers.crabfit-frontend.tls: true
traefik.http.routers.crabfit-frontend.tls.certresolver: letsencrypt_standalone traefik.http.routers.crabfit-frontend.tls.certresolver: letsencrypt_standalone
environment: environment: