1
0
mirror of https://github.com/nitezs/sub2sing-box.git synced 2024-12-23 15:04:41 -05:00
sub2sing-box/docker-compose.yaml
2024-11-06 18:38:59 +08:00

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