init
This commit is contained in:
commit
0bf9a807c5
4 changed files with 168 additions and 0 deletions
16
docker-compose.yaml
Normal file
16
docker-compose.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue