Skip to content

Commit 01cf8b6

Browse files
committed
added env variables in README.md
1 parent 27a564a commit 01cf8b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ python manage.py runserver
3333
docker run \
3434
--name mystrom-interface \
3535
-p 8000:8000 \
36+
-e DB_NAME=db-name \
37+
-e DB_USER=username \
38+
-e DB_PASSWORD=password \
39+
-e DB_HOST=host \
40+
-e DB_PORT=port \
3641
-e TZ=Europe/Berlin \
3742
ghcr.io/maexled/mystrom-django-interface
3843
```

0 commit comments

Comments
 (0)