mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
#51 调整端口映射
This commit is contained in:
parent
917491f5ce
commit
a87128ecbe
@ -9,7 +9,7 @@ services:
|
|||||||
- MYSQL_USER=admin
|
- MYSQL_USER=admin
|
||||||
- MYSQL_PASSWORD=admin123456
|
- MYSQL_PASSWORD=admin123456
|
||||||
ports:
|
ports:
|
||||||
- "3306:3306"
|
- "8037:3306"
|
||||||
volumes:
|
volumes:
|
||||||
- $PWD/mysql/data:/var/lib/mysql
|
- $PWD/mysql/data:/var/lib/mysql
|
||||||
- $PWD/mysql/config:/etc/mysql
|
- $PWD/mysql/config:/etc/mysql
|
||||||
@ -22,7 +22,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- $PWD/redis/data:/data
|
- $PWD/redis/data:/data
|
||||||
ports:
|
ports:
|
||||||
- "6379:6379"
|
- "8041:6379"
|
||||||
|
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
image: "elasticsearch:2.4.6"
|
image: "elasticsearch:2.4.6"
|
||||||
@ -31,8 +31,8 @@ services:
|
|||||||
- $PWD/elasticsearch/config:/usr/share/elasticsearch/config
|
- $PWD/elasticsearch/config:/usr/share/elasticsearch/config
|
||||||
- $PWD/elasticsearch/plugins:/usr/share/elasticsearch/plugins
|
- $PWD/elasticsearch/plugins:/usr/share/elasticsearch/plugins
|
||||||
ports:
|
ports:
|
||||||
- "9200:9200"
|
- "8039:9200"
|
||||||
- "9300:9300"
|
- "8040:9300"
|
||||||
|
|
||||||
contact-center:
|
contact-center:
|
||||||
image: "chatopera/contact-center:develop"
|
image: "chatopera/contact-center:develop"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user