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"
|
2020-05-11 16:50:33 +02:00
|
|
|
command: --config=./config.default.yml
|