diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..120f51c --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,14 @@ +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" \ No newline at end of file