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

10 lines
202 B
YAML
Raw Normal View History

2024-03-17 02:02:47 -04:00
services:
sub2sing-box:
2024-04-17 10:19:55 -04:00
image: 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
2024-10-02 13:43:42 -04:00
restart: unless-stopped