mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
fix: fix openim docker compose images version form github comment
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
parent
65194e2712
commit
70a298dbef
@ -176,18 +176,10 @@ GRAFANA_PORT=13000
|
|||||||
# ============ OpenIM Web ===============
|
# ============ OpenIM Web ===============
|
||||||
# ======================================
|
# ======================================
|
||||||
|
|
||||||
# Path to the OpenIM web distribution.
|
|
||||||
# Default: OPENIM_WEB_DIST_PATH=/app/dist
|
|
||||||
OPENIM_WEB_DIST_PATH=/app/dist
|
|
||||||
|
|
||||||
# Port on which OpenIM web service is running.
|
# Port on which OpenIM web service is running.
|
||||||
# Default: OPENIM_WEB_PORT=11001
|
# Default: OPENIM_WEB_PORT=11001
|
||||||
OPENIM_WEB_PORT=11001
|
OPENIM_WEB_PORT=11001
|
||||||
|
|
||||||
# Address or hostname for the OpenIM web service.
|
|
||||||
# Default: OPENIM_WEB_ADDRESS=172.28.0.1
|
|
||||||
OPENIM_WEB_ADDRESS=172.28.0.7
|
|
||||||
|
|
||||||
# ======================================
|
# ======================================
|
||||||
# ========= OpenIM Server ==============
|
# ========= OpenIM Server ==============
|
||||||
# ======================================
|
# ======================================
|
||||||
|
|||||||
@ -171,10 +171,6 @@ GRAFANA_PORT=${GRAFANA_PORT}
|
|||||||
# ============ OpenIM Web ===============
|
# ============ OpenIM Web ===============
|
||||||
# ======================================
|
# ======================================
|
||||||
|
|
||||||
# Path to the OpenIM web distribution.
|
|
||||||
# Default: OPENIM_WEB_DIST_PATH=/app/dist
|
|
||||||
OPENIM_WEB_DIST_PATH=${OPENIM_WEB_DIST_PATH}
|
|
||||||
|
|
||||||
# Port on which OpenIM web service is running.
|
# Port on which OpenIM web service is running.
|
||||||
# Default: OPENIM_WEB_PORT=11001
|
# Default: OPENIM_WEB_PORT=11001
|
||||||
OPENIM_WEB_PORT=${OPENIM_WEB_PORT}
|
OPENIM_WEB_PORT=${OPENIM_WEB_PORT}
|
||||||
|
|||||||
@ -114,9 +114,6 @@ services:
|
|||||||
openim-web:
|
openim-web:
|
||||||
image: ${IMAGE_REGISTRY:-ghcr.io/openimsdk}/openim-web:${OPENIM_WEB_IMAGE_VERSION:-v3.5.0-docker}
|
image: ${IMAGE_REGISTRY:-ghcr.io/openimsdk}/openim-web:${OPENIM_WEB_IMAGE_VERSION:-v3.5.0-docker}
|
||||||
container_name: openim-web
|
container_name: openim-web
|
||||||
environment:
|
|
||||||
- OPENIM_WEB_DIST_PATH=${OPENIM_WEB_DIST_PATH:-/app/dist}
|
|
||||||
- OPENIM_WEB_PORT=${OPENIM_WEB_PORT:-11001}
|
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "${OPENIM_WEB_PORT:-11001}:80"
|
- "${OPENIM_WEB_PORT:-11001}:80"
|
||||||
|
|||||||
@ -37,7 +37,6 @@ Variables can be set as above, Environment variables can also be set
|
|||||||
example:
|
example:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ export OPENIM_WEB_DIST_PATH="/app/dist"
|
|
||||||
$ export OPENIM_WEB_PPRT="11001"
|
$ export OPENIM_WEB_PPRT="11001"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user