-
Notifications
You must be signed in to change notification settings - Fork 2.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
question: passing options to docker run #570
Comments
Use kebab-cased analogs of options:
|
What about nested json? Like the main primary color It would be: |
This does not seem to be working for me. No colours are changed. |
@kaarelr |
@aminaev-idt I did not. Still waiting for someone to explain themeing support for docker set up. |
trying to pass redoc options when running the docker image. built sucessfully, so far have tried:
-e REDOC_OPTIONS="nativeScrollbars=true"
-e REDOC_OPTIONS="options.nativeScrollbars=true"
-e REDOC_OPTIONS="{{nativeScrollbars: true}}"
-e REDOC_OPTIONS="{nativeScrollbars: true}"
The text was updated successfully, but these errors were encountered: