openimsdk / openim-docker

openim-docker configuration for deploying OpenIM. Provides a build solution for a stable distribution, as well as a docker compose deployment strategy
https://openim.io
Apache License 2.0
31 stars 39 forks source link

[BUG] Text messages are sent normally, but sending pictures fails #141

Closed ppplin closed 1 month ago

ppplin commented 2 months ago

OpenIM Server Version

3.6

Operating System and CPU Architecture

Linux (ARM)

Deployment Method

Docker Deployment

Bug Description and Steps to Reproduce

Follow docs to fix the problem, but seems like there is no such file or folder. Guess the doc is not yet updated? Please take a look, thank you.

Screenshots Link

No response

kubbot commented 2 months ago

Hello! Thank you for filing an issue.

If this is a bug report, please include relevant logs to help us debug the problem.

Join slack 🤖 to connect and communicate with our developers.

skiffer-git commented 1 month ago

In release-v3.7

To configure the system, simply update the MINIO_EXTERNAL_ADDRESS variable to "http://your_external_ip:10005" in the .env file. After making this change, restart your Docker environment by running docker compose down followed by docker compose up -d.