14 lines
325 B
YAML
14 lines
325 B
YAML
services:
|
|
sing-box:
|
|
image: ghcr.io/sagernet/sing-box:latest
|
|
container_name: sing-box-tuic
|
|
restart: always
|
|
network_mode: host
|
|
volumes:
|
|
- /etc/sing-box:/etc/sing-box
|
|
command: -C /etc/sing-box run
|
|
logging:
|
|
driver: "json-file"
|
|
options:
|
|
max-size: "10m"
|
|
max-file: "3" |