diff --git a/.env b/.env index f0c197beff..412b750766 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ USER=root PASSWORD=openIM123 -MINIO_ENDPOINT=http://116.30.3.14:10005 -API_URL=http://116.30.3.14:10002/object/ +MINIO_ENDPOINT=http://127.0.0.1:10005 +API_URL=http://127.0.0.1:10002/object/ DATA_DIR=./ \ No newline at end of file diff --git a/docker-compose.yaml b/docker-compose.yaml index 0531fbda8f..2db2e38b0e 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -122,7 +122,7 @@ services: max-file: "2" openim_chat: - image: ghcr.io/openim-sigs/openim-chat:v1.0.0-debug.0 #ghcr.io/openimsdk/openim-chat:latels + image: ghcr.io/openimsdk/openim-chat:v1.1.0 #ghcr.io/openimsdk/openim-chat:latels container_name: openim_chat volumes: - ./_output/openim/openim-chat/logs:/openim/openim-chat/logs