lihaixin/sing-box

By lihaixin

Updated 4 months ago

sing-box

Image
Networking
1

8.4K

lihaixin/sing-box repository overview

sing-box service

The universal proxy platform that supports a wide range of protocols, including TUIC, Hysteria2, Shadowsocks, VLESS, and NaiveProxy. This image is optimized for the iKuai router Docker environment.

Official Website: https://github.com/SagerNet/sing-box

🚀 Docker Compose Usage

To deploy this service using portainer stacks, create a tacks file with the following configuration:

version: '3.8'

services:
  sing-box:
    image: lihaixin/sing-box:latest
    container_name: sing-box
    restart: always
    privileged: true
    network_mode: "host"
    environment:
      - NO="" # Authorization code (Leave empty for automatic online fetching)
      - TYPE=server_game     # Mode: server_game, server_tuic5, client_rule, etc.
      - PORT=1080            # Listening port
      - USER=admin           # Username
      - PASSWD=password      # Password/UUID
      - LOG_LEVEL=warn       # Log level
    networks:
      vlan:
        ipv4_address: 172.19.0.1             # Modify IP address accordingly [*]
networks:
  vlan:
    external: true

Tag summary

Content type

Image

Digest

sha256:c01bfac77

Size

68.6 MB

Last updated

4 months ago

docker pull lihaixin/sing-box:1.13.2