add docker-compose-yml

This commit is contained in:
raphael 2020-04-21 14:03:01 +02:00
parent ec7bc9357f
commit a270ce8170
1 changed files with 9 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
version: '3.1'
services:
whiteboard:
image: rofl256/whiteboard
restart: always
ports:
- 8080:8080/tcp
environment:
- ACCESSTOKEN:mysecrettoken