Skip to content

Commit

Permalink
fix: docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
nitezs committed Mar 18, 2024
1 parent 3feeb66 commit 8ec542f
Show file tree
Hide file tree
Showing 3 changed files with 1,072 additions and 11 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
version: "3.8"
services:
sub2sing-box:
image: nite07/sub2sing-box:latest
image: nite07/sub2sing-box:dev # nite07/sub2sing-box:latest
container_name: sub2sing-box
volumes:
- ./template:/app/template
ports:
- 8080:8080
- 8080:8080
Loading

0 comments on commit 8ec542f

Please sign in to comment.