Update README.md

This commit is contained in:
wukongdaily 2024-03-24 20:40:45 +08:00 committed by GitHub
parent 434f4a529a
commit 4f1c6d64b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 32 additions and 0 deletions

View File

@ -67,7 +67,39 @@ https://github.com/wukongdaily/HowToUseSSH
### 辅助视频教程⬇️
## 安装1panel 面板 来管理Docker 容器
### 可以使用 docker离线包加载
```bash
https://pan.baidu.com/s/1Lm9dkXhvPionZPVXOBXCjw?pwd=1111
```
### 上传到U盘其他空间
```bash
docker load < /mnt/upan_data/1panel.tar
```
```bash
docker run -d \
--name 1panel \
--restart always \
--network host \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /www/data/1panel-data:/opt \
-e TZ=Asia/Shanghai \
moelin/1panel:latest
```
- 默认端口10086
- 默认账户1panel
- 默认密码1panel_password
- 默认入口entrance
## 访问地址
```bash
http://192.168.8.1:10086/entrance
```
## 🗂️ 引用项目
本项目的开发参照了以下项目,感谢这些开源项目的作者: