mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 21:02:11 +08:00
Optimize Docker configuration and script.
This commit is contained in:
parent
9d80580c94
commit
80350952ce
@ -101,7 +101,7 @@ services:
|
|||||||
- openim
|
- openim
|
||||||
|
|
||||||
openim-web:
|
openim-web:
|
||||||
image: ${OPENIM_IMAGE_REGISTRY}/${OPENIM_WEB_IMAGE_VERSION}
|
image: ${OPENIM_WEB_IMAGE}
|
||||||
container_name: openim-web
|
container_name: openim-web
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
@ -110,7 +110,7 @@ services:
|
|||||||
- openim
|
- openim
|
||||||
|
|
||||||
openim-admin:
|
openim-admin:
|
||||||
image: ${OPENIM_IMAGE_REGISTRY}/${ADMIN_FRONT_VERSION}
|
image: ${OPENIM_ADMIN_FRONT_IMAGE}
|
||||||
container_name: openim-admin
|
container_name: openim-admin
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user