[bitnami/neo4j] Release 5.18.1-debian-12-r0 (#63956)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-03-20 18:45:57 +01:00
committed by GitHub
parent ec4884bba4
commit 01e3db7032
5 changed files with 19 additions and 17 deletions

View File

@@ -140,16 +140,17 @@ docker-compose up -d
#### Customizable environment variables
| Name | Description | Default Value |
|-------------------------------------------|-----------------------------------------------|---------------|
| `NEO4J_BIND_ADDRESS` | Neo4j bind address | `0.0.0.0` |
| `NEO4J_ALLOW_UPGRADE` | Allow automatic schema upgrades | `true` |
| `NEO4J_PASSWORD` | Neo4j password. | `bitnami1` |
| `NEO4J_APOC_IMPORT_FILE_ENABLED` | Allow importing files using the apoc library | `true` |
| `NEO4J_APOC_IMPORT_FILE_USE_NEO4J_CONFIG` | Use neo4j configuration with the apoc library | `false` |
| `NEO4J_BOLT_PORT_NUMBER` | Port used for the bolt protocol. | `7687` |
| `NEO4J_HTTP_PORT_NUMBER` | Port used for the http protocol. | `7474` |
| `NEO4J_HTTPS_PORT_NUMBER` | Port used for the https protocol. | `7473` |
| Name | Description | Default Value |
|-------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| `NEO4J_HOST` | Hostname used to configure Neo4j advertised address. It can be either an IP or a domain. If left empty, it will be resolved to the machine IP | `nil` |
| `NEO4J_BIND_ADDRESS` | Neo4j bind address | `0.0.0.0` |
| `NEO4J_ALLOW_UPGRADE` | Allow automatic schema upgrades | `true` |
| `NEO4J_PASSWORD` | Neo4j password. | `bitnami1` |
| `NEO4J_APOC_IMPORT_FILE_ENABLED` | Allow importing files using the apoc library | `true` |
| `NEO4J_APOC_IMPORT_FILE_USE_NEO4J_CONFIG` | Use neo4j configuration with the apoc library | `false` |
| `NEO4J_BOLT_PORT_NUMBER` | Port used for the bolt protocol. | `7687` |
| `NEO4J_HTTP_PORT_NUMBER` | Port used for the http protocol. | `7474` |
| `NEO4J_HTTPS_PORT_NUMBER` | Port used for the https protocol. | `7473` |
#### Read-only environment variables