leech / docker-compose.yml
dragxd's picture
Initial commit: Push project to Hugging Face
db78256
services:
app:
build: .
command: bash start.sh
restart: on-failure
network_mode: "host"