This commit is contained in:
Alexander Hofbauer 2020-09-15 20:42:54 +02:00
parent 21a3f620a5
commit b0858e052f
No known key found for this signature in database
GPG key ID: 021919ED6A786C62
3 changed files with 6 additions and 6 deletions

View file

@ -9,7 +9,7 @@
docker run \
--name=onlyoffice \
--detach \
--publish=80:80
--publish=80:80 \
alehoho/oo-ce-docker-license
```