arangodb / arangodb-docker

Docker container for ArangoDB
Apache License 2.0
106 stars 32 forks source link

[QUESTION] How to create database with docker-compose ? #102

Open mJehanno opened 2 years ago

mJehanno commented 2 years ago

Hi,

I want to use arangoDb inside a docker-compose file. The problem I get is that I didn't find any env variable that gives the possibility to create a new Database (other than the default one) or rename the default one like POSTGRES_DB does here : https://hub.docker.com/_/postgres . Am I missing something ?