VersaWhiteboard/docker-compose.yml

9 lines
167 B
YAML
Raw Normal View History

2020-05-09 15:40:26 +02:00
version: "3.1"
2020-04-21 14:03:01 +02:00
services:
2020-04-24 14:07:59 +02:00
whiteboard:
image: rofl256/whiteboard
restart: always
ports:
- "8080:8080/tcp"
command: --config=./config.default.yml