docker部署sing-box
1.创建docker-compose.yaml文件
services:
sing-box:
image: ghcr.io/sagernet/sing-box:latest
container_name: sing-box
restart: always
network_mode: "host"
volumes:
- ./config:/etc/sing-box
command: run -c /etc/sing-box/config...
notes.443.lat4 min read