add docker
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
vpn-bot:
|
||||
build: .
|
||||
container_name: marzban-vpn-bot
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./config.toml:/app/config.toml:ro
|
||||
- ./data:/app/data
|
||||
Reference in New Issue
Block a user