Skip to content

Commit

Permalink
added env variables in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maexled committed Jun 11, 2022
1 parent 27a564a commit 01cf8b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ python manage.py runserver
docker run \
--name mystrom-interface \
-p 8000:8000 \
-e DB_NAME=db-name \
-e DB_USER=username \
-e DB_PASSWORD=password \
-e DB_HOST=host \
-e DB_PORT=port \
-e TZ=Europe/Berlin \
ghcr.io/maexled/mystrom-django-interface
```
Expand Down

0 comments on commit 01cf8b6

Please sign in to comment.