Fix yaml syntax error
This commit is contained in:
parent
4d90519ce7
commit
2040619fb4
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue