mirror-leech-telegram-bot/docker-compose.yml
anasty17 3ecb731ad1 Init
Signed-off-by: anasty17 <e.anastayyar@gmail.com>
2021-11-23 04:57:18 +02:00

10 lines
127 B
YAML

version: "3.3"
services:
app:
build: .
command: bash start.sh
restart: on-failure
ports:
- "80:80"