This commit is contained in:
reonokiy 2025-02-19 19:25:04 +08:00
commit 0bf9a807c5
Signed by: reonokiy
SSH key fingerprint: SHA256:2VjKpUxMIe0QYY3OVnOMuPiB0X5pvrIpJ+UiyFhxtq0
4 changed files with 168 additions and 0 deletions

16
docker-compose.yaml Normal file
View file

@ -0,0 +1,16 @@
services:
sing-box:
image: ghcr.io/sagernet/sing-box:v1.12.0-alpha.9
restart: always
container_name: sing-box
ports:
- 443:443
- 127.0.0.1:10800:8080
volumes:
- ./singbox.json:/etc/sing-box/config.json:ro
command: -D /var/lib/sing-box -c /etc/sing-box/config.json run
warp:
image: ghcr.io/aleskxyz/warp-svc:v1.5.0
restart: always
container_name: warp