Skip to content

Commit

Permalink
fertig
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfw committed Nov 1, 2021
1 parent 71ac301 commit 307fec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ docker stop mobtimer
docker rm mobtimer
docker run -d -e VIRTUAL_HOST=timer.mob.sh -e LETSENCRYPT_HOST=timer.mob.sh -e [email protected] -e PORT=80 --expose 80 --network=proxy --name mobtimer simonharrer/mob-timer:latest
echo "done"
```
```

1 change: 0 additions & 1 deletion src/main/resources/templates/room.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<h5>Setup</h5>
<ul class="list-unstyled">
<li><code>export MOB_TIMER_ROOM=[[${room.name}]]</code></li>
<li><code>export MOB_TIMER_USER=override-git-user</code></li>
</ul>
<ul class="list-unstyled">
<li><code>mob start 10</code></li>
Expand Down

0 comments on commit 307fec4

Please sign in to comment.