Skip to content

[BUG] A solution to the current absence of a backend management system on the main branch. #268

Description

@bearxiao9756

OpenIM Server Version

main

Operating System and CPU Architecture

Linux (AMD)

Deployment Method

Source Code Deployment

Bug Description and Steps to Reproduce

  1. 拉取最新后台管理镜像

docker pull openim/openim-admin-front:latest
2.查看当前自定义网络
docker network ls
3.运行镜像 (指定端口,加入网络)
docker run -d \ --name openim-admin-front \ -p 11002:80 \ --network openim-docker_openim \ openim/openim-admin-front:latest
参考文档访问即可

Screenshots Link

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions