7 lines
140 B
YAML
7 lines
140 B
YAML
services:
|
|
bot:
|
|
container_name: rustbot
|
|
#image: 'git.toast-server.net/toast/rustbot:main'
|
|
build: .
|
|
restart: unless-stopped
|