Change inbucket default port from 10080 to 9001 (#18145)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
2547e47eab
Коммит
0dbaa48741
@@ -31,8 +31,8 @@ services:
|
||||
inbucket:
|
||||
container_name: mattermost-inbucket
|
||||
ports:
|
||||
- "9001:9001"
|
||||
- "10025:10025"
|
||||
- "10080:10080"
|
||||
- "10110:10110"
|
||||
extends:
|
||||
file: build/docker-compose.common.yml
|
||||
@@ -95,7 +95,7 @@ services:
|
||||
- elasticsearch
|
||||
- prometheus
|
||||
- grafana
|
||||
command: postgres:5432 mysql:3306 minio:9000 inbucket:10080 openldap:389 elasticsearch:9200 prometheus:9090 grafana:3000
|
||||
command: postgres:5432 mysql:3306 minio:9000 inbucket:9001 openldap:389 elasticsearch:9200 prometheus:9090 grafana:3000
|
||||
|
||||
leader:
|
||||
build:
|
||||
|
||||
Ссылка в новой задаче
Block a user