Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Fixed ALLOWED_HOSTNAMES ENV variable #27

Merged
merged 1 commit into from
Jul 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Once you have that, creating your container is a snap:
-v <path to configs>:/app/keystore \
-e TRAKT_ID=<trakt_id> \
-e TRAKT_SECRET=<trakt_secret> \
-e ALLOWED_HOSTNAME=<your public hostname> \
-e ALLOWED_HOSTNAMES=<your public hostname(s) comma or space seperated> \
-p 8000:8000 \
xanderstrike/goplaxt:latest

Expand Down