10 lines
194 B
YAML
10 lines
194 B
YAML
services:
|
|
app:
|
|
image: ghcr.io/slfhstd/flairtimercomment:v0.0.1
|
|
container_name: bot-ftc-dev
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /docker/data/flairtimercomment:/app
|
|
|
|
|