This commit is contained in:
raphael 2020-04-27 13:51:18 +02:00
commit ede9a98e04
1 changed files with 7 additions and 7 deletions

View File

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