mirror of
https://github.com/nitezs/sub2sing-box.git
synced 2024-12-23 13:54:41 -05:00
8 lines
171 B
YAML
8 lines
171 B
YAML
|
services:
|
||
|
sub2sing-box:
|
||
|
image: nite07/sub2sing-box:latest
|
||
|
container_name: sub2sing-box
|
||
|
volumes:
|
||
|
- ./template:/app/template
|
||
|
ports:
|
||
|
- 8080:8080
|