1
0
mirror of https://github.com/nitezs/sub2sing-box.git synced 2024-12-23 15:24:42 -05:00
sub2sing-box/docker-compose.yaml

10 lines
202 B
YAML

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