10 lines
167 B
YAML
10 lines
167 B
YAML
version: '3'
|
|
|
|
services:
|
|
kanbot:
|
|
image: kanbot
|
|
restart: always
|
|
volumes:
|
|
- ./config.yaml:/var/www/kanbot/config.yaml:ro
|
|
ports:
|
|
- 8080:8080
|