1
0
mirror of https://github.com/nitezs/sub2sing-box.git synced 2024-12-23 14:34:41 -05:00
sub2sing-box/docker-compose.yaml

10 lines
215 B
YAML
Raw Normal View History

2024-03-18 10:32:33 -04:00
version: "3.8"
2024-03-17 02:02:47 -04:00
services:
sub2sing-box:
2024-03-18 10:32:33 -04:00
image: nite07/sub2sing-box:dev # nite07/sub2sing-box:latest
2024-03-17 02:02:47 -04:00
container_name: sub2sing-box
volumes:
2024-03-18 10:32:33 -04:00
- ./templates:/app/templates
2024-03-17 02:02:47 -04:00
ports:
2024-03-18 10:32:33 -04:00
- 8080:8080