mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
fix "host" network mode is incompatible with port bindings on CentOS
This commit is contained in:
parent
81bb5fe7ee
commit
3a2f4e3953
@ -56,8 +56,6 @@ services:
|
||||
|
||||
kafka:
|
||||
image: wurstmeister/kafka
|
||||
ports:
|
||||
- 9092:9092
|
||||
container_name: kafka
|
||||
restart: always
|
||||
environment:
|
||||
@ -109,9 +107,6 @@ services:
|
||||
#fixme----build from docker hub------
|
||||
open-im-server:
|
||||
image: lyt1123/open_im_server
|
||||
ports:
|
||||
- 10000:10000
|
||||
- 17778:17778
|
||||
container_name: open-im-server
|
||||
volumes:
|
||||
- ./logs:/Open-IM-Server/logs
|
||||
|
Loading…
x
Reference in New Issue
Block a user