10 lines
142 B
YAML
10 lines
142 B
YAML
services:
|
|
bot:
|
|
container_name: solobot
|
|
build: .
|
|
restart: unless-stopped
|
|
network_mode: host
|
|
volumes:
|
|
- /:/host:ro
|
|
|