Update Traefik configuration to use port 9001 for minio_server

This commit is contained in:
2024-04-27 22:15:17 +08:00
parent 32733c0222
commit 7306a9ecad
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -348,7 +348,7 @@ http:
minio_server:
loadBalancer:
servers:
- url: http://minio_server:8761
- url: http://minio_server:9001
emqx-web-socket:
loadBalancer:
servers:
+3 -3
View File
@@ -159,9 +159,9 @@ services:
# interval: 5s
# timeout: 5s
# retries: 5
ports:
- "8760:9000"
- "8761:9001"
expose:
- 9000
- 9001
networks:
- net
- default