You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When cloning the repo and then running docker-compose -f docker-compose.yml up key-manager
I get the error "error": "stat /apikey/sample.csv: no such file or directory".
Configuration
.env content:
# API key file location
AUTH_API_KEY_FILE=/apikey/sample.csv
In what context does the docker image run?
Where inside the project folder does it expect me to place the apikey/sample.csv?
The text was updated successfully, but these errors were encountered:
Describe the bug
When cloning the repo and then running
docker-compose -f docker-compose.yml up key-manager
I get the error
"error": "stat /apikey/sample.csv: no such file or directory"
.Configuration
.env content:
In what context does the docker image run?
Where inside the project folder does it expect me to place the
apikey/sample.csv
?The text was updated successfully, but these errors were encountered: