-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker and .env
quoting problems
#1059
Comments
Confirmed, I just had the same problems. Ultimately, the issue was quotes in Removing the quotes fixed both the test notification path and the regular run path. |
This is definitely the issue, unfortunately. I will keep this issue open until I make a fix. Thanks! |
Okay, I've pushed up a fix. I've removed all quotes from the
That being said, I pushed up a new nightly build. Feel free to try. Also! You shouldn't have to use the docker run -it --rm \
--env-file ./dotenv \
ghcr.io/jef/streetmerchant:nightly Feel free to place Thanks! |
Description
Apparently, based on what just happened, the right thing does not happen if:
So,
env
file (at least when using with docker)I couldn't figure out what it was telling me
"newegg"
was invalid. Finally I tried"amazon,newegg,newegg-ca"
, got an error about"amazon
andnewegg-ca"
and realized the problemThis worked, as an example, on the other hand, with the rest of the docker instructions that are there:
Possible solution
Slightly tweak the docker instructions, comment out the default blank values in
env
instead of leaving broken defaults as the example.The text was updated successfully, but these errors were encountered: