tuic_docker/docker-compose.yml
2026-01-10 20:51:16 +08:00

10 lines
286 B
YAML

services:
sing-box:
image: ghcr.io/sagernet/sing-box:latest
container_name: ${COMPOSE_PROJECT_NAME}
restart: always
network_mode: host
volumes:
- ./config/config.json:/etc/sing-box/config.json
- ./tls:/etc/sing-box/tls
command: -C /etc/sing-box run