Added the docker-compose file so I can run this service on my server
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user