9 lines
168 B
Text
9 lines
168 B
Text
![]() |
---
|
||
|
services:
|
||
|
skullbot:
|
||
|
build: ./data/
|
||
|
container_name: skullbot
|
||
|
restart: unless-stopped
|
||
|
volumes:
|
||
|
- ./data/events.db:/app/events.db
|
||
|
tty: true
|