File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,6 @@ services:
213213 # Defines which listener is used for inter-broker communication within the Kafka cluster
214214 KAFKA_CFG_INTER_BROKER_LISTENER_NAME : " INTERNAL"
215215
216-
217216 # Authentication configuration variables - comment out to disable auth
218217 # KAFKA_USERNAME: "openIM"
219218 # KAFKA_PASSWORD: "openIM123"
@@ -267,14 +266,14 @@ services:
267266 networks :
268267 - openim
269268
270- openim-admin-front :
271- image : ${OPENIM_ADMIN_FRONT_IMAGE}
272- container_name : openim-admin-front
273- restart : always
274- ports :
275- - " 11002:80"
276- networks :
277- - openim
269+ # openim-admin-front:
270+ # image: ${OPENIM_ADMIN_FRONT_IMAGE}
271+ # container_name: openim-admin-front
272+ # restart: always
273+ # ports:
274+ # - "11002:80"
275+ # networks:
276+ # - openim
278277
279278 prometheus :
280279 image : ${PROMETHEUS_IMAGE}
You can’t perform that action at this time.
0 commit comments