Update docker-compose.yml (#1760)

This commit is contained in:
Xinwei Xiong
2024-01-12 21:16:56 +08:00
committed by GitHub
parent e5083d5809
commit c7a884511b
+1 -1
View File
@@ -118,7 +118,7 @@ services:
container_name: openim-web
environment:
- OPENIM_WEB_DIST_PATH=${OPENIM_WEB_DIST_PATH:-/app/dist}
- OPENIM_WEB_PORT=${OPENIM_WEB_PORT:-11001}
- OPENIM_WEB_PORT=${OPENIM_WEB_PORT:-80}
restart: always
ports:
- "${OPENIM_WEB_PORT:-11001}:11001"