15 lines
376 B
YAML
15 lines
376 B
YAML
services:
|
|
sing-box:
|
|
image: ghcr.io/sagernet/sing-box:latest
|
|
container_name: sing-box-tuic
|
|
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
|
|
logging:
|
|
driver: "json-file"
|
|
options:
|
|
max-size: "10m"
|
|
max-file: "3" |