Optimize Docker configuration and script.

This commit is contained in:
skiffer-git 2024-04-10 12:04:20 +08:00
parent 9d80580c94
commit 80350952ce

View File

@ -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: