-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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: [INFO] Error: No /configs/auth.json #4920
Comments
what is your docker run command? can you also provide the output of: docker inspect --format='{{.Created}} {{.ContainerConfig.Labels}}' container_id_or_tag_name |
I took the one from the docs: docker inspect --format='{{.Created}} {{.ContainerConfig.Labels}}' pokemongo-bot |
try: -v $(pwd)/configs:/usr/src/app/configs that will mount the whole dir and the bot will find both config.json and
|
indeed, that works perfect: maybe you could update the docker docs |
Merged |
after updating to 56339fb and rebuilding the docker image, the new auth.json is not found.
config.json & auth.json have been recreated from the examples and are valid json.
The text was updated successfully, but these errors were encountered: