We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My /init-scripts/install-service.sh script fail to connect to the server ...
It only contains one line with foxx install...
foxx install...
Here the log:
arangodb_1 | Initializing database...Hang on... arangodb_1 | /entrypoint.sh: running /docker-entrypoint-initdb.d/install-service.sh arangodb_1 | Connection refused: 127.0.0.1:8529
The text was updated successfully, but these errors were encountered:
The problem here is that the port is different during the init phase. By default it'll be 8999 but it's exposed in an env. Try something like
foxx install /my-service-path /my-service-bundle.zip -H http://127.0.0.1:$ARANGO_INIT_PORT
This works with the current version of the images.
Sorry, something went wrong.
No branches or pull requests
My /init-scripts/install-service.sh script fail to connect to the server ...
It only contains one line with
foxx install...
Here the log:
The text was updated successfully, but these errors were encountered: