Optimize Docker configuration and script.

pull/2148/head
skiffer-git 1 year ago
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…
Cancel
Save