version: '3.8' services: singbox: container_name: singbox build: . image: my-singbox-image:latest volumes: - ./config:/app/config ports: - "56000-56002:56000-56002" restart: always command: ["./start.sh"]