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
for Docker case: document variable DOCKER_IMAGE in order to specfify the ArangoDB version
using the Starter in docker (e.g. -e "DOCKER_IMAGE=arangodb/enterprise:3.4.4")
using the Starter in docker (e.g.
-e "DOCKER_IMAGE=arangodb/enterprise:3.4.4"
)in general: explain which options count at every start and which ones count only at first deployment (e.g. authentication only first start!)
add instructions on how to use JWT authentication within docker
-v <pathToJwtSecretFile>/<jwtSecretFile>:<pathToJwtSecretFile>/<jwtSecretFile> \
arangodb/arangodb-starter \ --auth.jwt-secret <pathToJwtSecretFile>/<jwtSecretFile> \
Full command (enterprise, remove ARANGO_LICENSE_KEY and change DOCKER_IMAGE repository for community):
The text was updated successfully, but these errors were encountered: