mirror of
https://github.com/nitezs/sub2sing-box.git
synced 2024-12-23 15:14:43 -05:00
10 lines
202 B
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
|