9 lines
167 B
YAML
9 lines
167 B
YAML
version: "3.1"
|
|
services:
|
|
whiteboard:
|
|
image: rofl256/whiteboard
|
|
restart: always
|
|
ports:
|
|
- "8080:8080/tcp"
|
|
command: --config=./config.default.yml
|