2020-12-29

How can I specify a configuration file in ArangoDB docker image?

I'm trying to spin up an ArangoDB server via docker compose.

It all works out fine with default configuration, but I'm struggling to make the server in the container pick up a custom configuration file with minimal setup

I've tried with overriding the startup sequence with the following:

command: >
    arangod --configuration /arango.conf

I've checked and the file is present in the container, but when I check the configuration file via query through arangoshell it still references the default settings and the arangod.conf file placed in the /tmp folder.

Any hints?



from Recent Questions - Stack Overflow https://ift.tt/38H3DV0
https://ift.tt/eA8V8J

No comments:

Post a Comment