Fix yaml syntax error

This commit is contained in:
D. Scott Boggs 2023-12-23 07:29:53 -05:00
parent 4d90519ce7
commit 2040619fb4

View file

@ -42,7 +42,7 @@ services:
traefik.http.routers.to-conduit.tls: true
traefik.http.routers.to-conduit.tls.certresolver: letsencrypt
traefik.http.routers.to-conduit.middlewares: cors-headers@docker
traefik.http.middlewares.cors-headers.headers.accessControlAllowOriginList: *
traefik.http.middlewares.cors-headers.headers.accessControlAllowOriginList: '*'
traefik.http.middlewares.cors-headers.headers.accessControlAllowHeaders: Origin, X-Requested-With, Content-Type, Accept, Authorization
traefik.http.middlewares.cors-headers.headers.accessControlAllowMethods: GET, POST, PUT, DELETE, OPTIONS
@ -63,7 +63,7 @@ services:
traefik.http.routers.to-matrix-wellknown.tls: true
traefik.http.routers.to-matrix-wellknown.tls.certresolver: letsencrypt
traefik.http.routers.to-matrix-wellknown.middlewares: cors-headers@docker
traefik.http.middlewares.cors-headers.headers.accessControlAllowOriginList: *
traefik.http.middlewares.cors-headers.headers.accessControlAllowOriginList: '*'
traefik.http.middlewares.cors-headers.headers.accessControlAllowHeaders: Origin, X-Requested-With, Content-Type, Accept, Authorization
traefik.http.middlewares.cors-headers.headers.accessControlAllowMethods: GET, POST, PUT, DELETE, OPTIONS