Added the docker-compose file so I can run this service on my server

This commit is contained in:
2024-11-18 18:03:50 -07:00
parent 192ddac1da
commit a1ff421ff7
2 changed files with 17 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
---
services:
clash:
build:
context: .
dockerfile: Dockerfile
ports:
- 7681:7681
volumes:
- .:/usr/src/clash
stdin_open: true
tty: true
environment:
- TZ=America/Denver
restart: unless-stopped