Run docker with config.json file #112
-
I'm trying to run in docker with a config file but I'm not sure I'm setting it up correctly. This is the command I'm using to run it:
This is my config file: {
"accounts": [
{"username": "XXXXX", "password": "XXXXX"},
{"username": "XXXXX", "password": "XXXXX"}
]
} This is the error I get in docker:
Anyone know what I'm doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The docker volume syntax is very specific on how it mounts a file. In this case, using |
Beta Was this translation helpful? Give feedback.
-
Thank you for the quick reply. I tried that too but this is the error I got:
|
Beta Was this translation helpful? Give feedback.
That's strange because that works for me. In this case, just use the absolute path then