Sign inSign up

mingertai/sing-box-old

By mingertai

•Updated 6 months ago

Sing-Box镜像,版本:v1.12.25构建于2026.03.19-21

Image
0

919

mingertai/sing-box-old repository overview

⁠Sing-Box

版本为编译时最新发版本编译

⁠镜像内置命令:
⁠ENTRYPOINT ["sing-box"]
⁠使用方案

创建:docker-compose.yml

运行激活:docker-compose up -d

点击拷贝到docker-compose.yml
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

Tag summary

Content type

Image

Digest

sha256:0ae431895…

Size

20.1 MB

Last updated

6 months ago

docker pull mingertai/sing-box-old