You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
auto/archive/singbox-multi/docker-compose.yaml

12 lines
246 B

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"]