Skip to content

XX-Net 的Docker版本,局域网中轻松配置共享上网,内置ChatGPT

Notifications You must be signed in to change notification settings

dousee163/XX-Net-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

XX-Net-Docker

XX Net docker 版本
已开启局域网共享模式,该docker可以运行中服务器上,客户端通过Proxy设定共享上网

version

・5.1.0 Release 2023/03/27 内置ChatGPT
・4.13.7 Release 2022/11/30
・4.13.1 Release 2022/11/11
・4.12.5 Release 2022/11/03
・4.8.0 Release 2022/05/08
・4.5.4 Release 2021/09/19

使用方法

//拉取镜像

docker pull dousee/xxnet

//运行

docker run --restart=always -p 8085:8085 -p 8087:8087 -p 1080:1080 -d dousee/xxnet

//docker-compose

version : '3.9'

services:
  xxnet:
    image: dousee/xxnet
    restart: always
    ports:
      - 8085:8085
      - 8086:8086
      - 8087:8087
      - 1080:1080

参考资料

https://github.com/XX-net/XX-Net
https://hub.docker.com/repository/docker/dousee/xxnet

About

XX-Net 的Docker版本,局域网中轻松配置共享上网,内置ChatGPT

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published