1
0
mirror of https://github.com/bestnite/sub2sing-box.git synced 2026-06-08 16:04:43 +00:00
Files
sub2sing-box/compose.yaml
T

10 lines
202 B
YAML
Executable File

services:
sub2sing-box:
image: nite07/sub2sing-box:latest
container_name: sub2sing-box
volumes:
- ./templates:/app/templates
ports:
- 8080:8080
restart: unless-stopped