Files
Solo_bot/docker-compose.yml
T
2026-02-08 22:30:05 +03:00

10 lines
142 B
YAML

services:
bot:
container_name: solobot
build: .
restart: unless-stopped
network_mode: host
volumes:
- /:/host:ro