forked from coop-cloud/traefik
		
	fix: add missing entrypoints (matrix, minio)
This commit is contained in:
		| @ -58,6 +58,14 @@ entrypoints: | ||||
|   metrics: | ||||
|     address: ":8082" | ||||
|   {{ end }} | ||||
|   {{ if eq (env "MATRIX_FEDERATION_ENABLED") "1" }} | ||||
|   matrix-federation: | ||||
|     address: ":9001" | ||||
|   {{ end }} | ||||
|   {{ if eq (env "MINIO_CONSOLE_ENABLED") "1" }} | ||||
|   minio-console: | ||||
|     address: ":9001" | ||||
|   {{ end }} | ||||
|  | ||||
| ping: | ||||
|   entryPoint: web | ||||
|  | ||||
		Reference in New Issue
	
	Block a user