add: docker-compose

This commit is contained in:
2024-03-17 14:02:47 +08:00
parent 306acdab44
commit 3feeb66f68
2 changed files with 9 additions and 0 deletions

8
docker-compose.yaml Normal file
View File

@@ -0,0 +1,8 @@
services:
sub2sing-box:
image: nite07/sub2sing-box:latest
container_name: sub2sing-box
volumes:
- ./template:/app/template
ports:
- 8080:8080