workflow: fix goreleaser config and containerfile

This commit is contained in:
2025-10-15 17:17:52 +11:00
parent 23d7e1d4f9
commit 18a89ea11a
22 changed files with 57 additions and 44 deletions

9
compose.yaml Executable file
View File

@@ -0,0 +1,9 @@
services:
sub2sing-box:
image: nite07/sub2sing-box:latest
container_name: sub2sing-box
volumes:
- ./templates:/app/templates
ports:
- 8080:8080
restart: unless-stopped