Docker:安装X面板

来源

https://github.com/vaxilu/x-ui

https://github.com/Chasing66/beautiful_docker

部署

1
2
3
4
5
6
7
8
9
10
version: '3.8'
services:
nui:
image: enwaiax/x-ui
container_name: nui
volumes:
- ./db/:/etc/x-ui/
- ./cert/:/root/cert/
restart: unless-stopped
network_mode: host
  • mkdir xu && cd xu
  • nano docker-compose.yml
  • sudo docker-compose up -d
  • NPM面板反代 http://docker0:54321
  • 账号admin密码admin登录

Docker:安装X面板
https://occdn.limour.top/2001.html
Author
Limour
Posted on
July 7, 2022
Licensed under