latest (main-next branch / Latest-release)
dev-next (dev-next branch / Pre-release)
特定版本号
version: "3"
services:
sing-box:
image: bi4nbn/sing-box:latest
container_name: sing-box
restart: always
network_mode: host
cap_add:
- NET_ADMIN
- NET_BIND_SERVICE
- SYS_PTRACE
- DAC_READ_SEARCH
devices:
- /dev/net/tun:/dev/net/tun
volumes:
- /etc/sing-box/:/etc/sing-box/
command: -D /etc/sing-box/ -C /etc/sing-box/ run
deploy:
resources:
limits:
cpus: '0.80'
memory: 500M
Content type
Image
Digest
sha256:aa89217bd…
Size
16.8 MB
Last updated
12 months ago
docker pull bi4nbn/sing-box:v1.11.15