Passing overrides as YML file in Docker Compose? #515
Replies: 1 comment 2 replies
-
You can configure RESTHeart using a configuration override file as documented here. To mount the override file, use the Here is an example command: docker run --rm -p "8080:8080" -e RHO="" -v /path/to/conf-overrides.yml:/opt/restheart/etc/conf-overrides.yml softinstigate/restheart -o etc/conf-overrides.yml NOTE: The RESTHeart Docker image uses the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do I pass overrides as YML files in Docker Compose? There's no obvious entrypoint from what I can see.
Beta Was this translation helpful? Give feedback.
All reactions