Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker compose 部署后系统名称显示unknown #78

Open
GRCXII opened this issue Jan 19, 2024 · 2 comments
Open

docker compose 部署后系统名称显示unknown #78

GRCXII opened this issue Jan 19, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@GRCXII
Copy link

GRCXII commented Jan 19, 2024

image image
@ZingerLittleBee ZingerLittleBee added the bug Something isn't working label Jan 19, 2024
@ZingerLittleBee
Copy link
Owner

可能是相对应的目录没有映射,具体什么目录还需要查证
有空我会修复

@GRCXII
Copy link
Author

GRCXII commented Jan 19, 2024

version: '3'
services:
serverbee-web:
image: zingerbee/serverbee-web
command: ["-p", "10114"]
privileged: true
restart: unless-stopped
network_mode: host
volumes:
- /proc:/proc
- /dev:/dev
- /sys:/sys
- /etc:/etc
- /run/media:/run/media
- /sys/class/net:/sys/class/net

补上yml文件,就是按doc来的改了个端口,也试过默认端口

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants