mirror of
https://github.com/anasty17/mirror-leech-telegram-bot.git
synced 2025-01-09 04:47:34 +08:00
3ecb731ad1
Signed-off-by: anasty17 <e.anastayyar@gmail.com>
10 lines
127 B
YAML
10 lines
127 B
YAML
version: "3.3"
|
|
|
|
services:
|
|
app:
|
|
build: .
|
|
command: bash start.sh
|
|
restart: on-failure
|
|
ports:
|
|
- "80:80"
|