Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmielchen authored Mar 11, 2023
1 parent 02104e5 commit ac034bd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ Create instance
```Bash
docker pull ghcr.io/maxmielchen/untiscalender:main
docker run \
-e ROOM="Room" \
-e TEACHER="Teacher" \
-e SUMMARY="School" \
-e USERNAME=" ...your username" \
-e PASSWORD=" ...your password" \
-e SERVER="niobe.webuntis.com" \
-e SCHOOL=" ...your school" \
-e TOKEN=" ...some secret key" \
-e ROOM=Room \
-e TEACHER=Teacher \
-e SUMMARY=School \
-e USERNAME=your_username \
-e PASSWORD=your_password \
-e SERVER=niobe.webuntis.com \
-e SCHOOL=your_school \
-e TOKEN=secret \
-p 80:8080 \
ghcr.io/maxmielchen/untiscalender:main
```
Expand Down

0 comments on commit ac034bd

Please sign in to comment.