Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 696 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 696 Bytes

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'