Replies: 1 comment 1 reply
|
I was looking to set this up as well, but the documentation does not clearly state the values of all the possible environment variables. I tried the value true as well, but it does not show me the Plex login option. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Attempting to setup requiring a plex login. What is the correct way to set up the docker-compose for that variable. I assumed it would be a boolean like I have below.
moviematch:
image: lukechannings/moviematch:latest
container_name: moviematch
environment:
PLEX_URL: ""
PLEX_TOKEN: ""
LIBRARY_TITLE_FILTER: Movies
REQUIRE_PLEX_LOGIN: true
ports:
- 8000:8000
All reactions