Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.55 KB

README.md

File metadata and controls

59 lines (37 loc) · 1.55 KB

OpenIM Docker Usage Instructions 📘

Documentation Resources 📚

👥 Community

Environment Preparation 🌍

Repository Cloning 🗂️

git clone https://github.com/openimsdk/openim-docker

Configuration Modification 🔧

  • Modify the .env file to configure the external IP. If using a domain name, Nginx configuration is required.

    # Set the external access address (IP or domain) for MinIO service
    MINIO_EXTERNAL_ADDRESS="http://external_ip:10005"
    
  • For other configurations, please refer to the comments in the .env file

Service Launch 🚀

  • To start the service:
docker compose up -d
  • To stop the service:
docker compose down
  • To view logs:
docker logs -f openim-server
docker logs -f openim-chat

Quick Experience ⚡

For a quick experience with OpenIM services, please visit the Quick Test Server Guide.