Sing-Box镜像,版本:v1.12.25构建于2026.03.19-21
919
版本为编译时最新发版本编译
创建:docker-compose.yml
运行激活:docker-compose up -d
version: "3.9"
services:
sing-box:
image: mingertai/sing-box # Change to your custom image if needed
container_name: sing-box
restart: always
network_mode: host
logging:
options:
max-size: "10m"
max-file: "3"
volumes:
- /home/web/sing-box:/etc/sing-box/ # Assuming /home/web/sing-box is the host directory that contains your 'config.json'
- /home/web/certs/:/home/web/certs/ # Keep your original volume for certificates
command: -D /var/lib/sing-box -C /etc/sing-box/ run
Content type
Image
Digest
sha256:0ae431895…
Size
20.1 MB
Last updated
6 months ago
docker pull mingertai/sing-box-old