This results in the following when trying to enable the apoc plugin using an environment variable, as follows:
$ docker run -e ONGDB_AUTH="ongdb/test" -e ONGDB_PLUGINS="[\"apoc\"]" graphfoundation/ongdb-enterprise:1.0.0
Changed password for user 'ongdb'.
Fetching versions.json for Plugin 'apoc' from https://graphfoundation.github.io/ongdb-apoc/versions.json
Error: No jar URL found for version '1.0.0' in versions.json from 'https://graphfoundation.github.io/ongdb-apoc/versions.json'
$
This results in the following when trying to enable the
apocplugin using an environment variable, as follows: