8000 GitHub - zhulxsz/wxchat: MoviePilot 微信转发代理
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zhulxsz/wxchat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoviePilot 微信转发代理 Docker

Build Docker readme update

docker run -d \
    --name wxchat \
    --restart=always \
    -p 80:80 \
    ddsderek/wxchat:latest
version: '3.3'
services:
    wxchat:
        container_name: wxchat
        restart: always
        ports:
            - '80:80'
        image: 'ddsderek/wxchat:latest'

About

MoviePilot 微信转发代理

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 53.6%
  • HTML 46.4%
0