16 lines
410 B
YAML
16 lines
410 B
YAML
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
|