Skip to content

Commit

Permalink
Updated the README file.
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <hermann.mayer92@gmail.com>
  • Loading branch information
Jack12816 committed Nov 13, 2024
1 parent 656fde6 commit 9ade8e6
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,17 @@ directly accessible. The port 7474 is untouched.
## docker-compose usage example

```yaml
neo4j:
image: hausgold/neo4j
environment:
# Mind the .local suffix
- MDNS_HOSTNAME=neo4j.test.local
# We allow to start an SSH server inside the container to enable the
# programmatically access to neo4j tooling. This is disabled by default.
- SSHD_ENABLE=false
- SSHD_ROOT_PASSWORD=root
- SSHD_CUSTOM_CONIFG=false
ports:
# The ports are just for you to know when configure your
# container links, on depended containers
- "7474"
services:
neo4j:
image: hausgold/neo4j
environment:
# Mind the .local suffix
MDNS_HOSTNAME: neo4j.test.local
# We allow to start an SSH server inside the container to enable the
# programmatically access to neo4j tooling. This is disabled by default.
SSHD_ENABLE: 'false'
SSHD_ROOT_PASSWORD: root
SSHD_CUSTOM_CONIFG: 'false'
```
## Host configs
Expand Down

0 comments on commit 9ade8e6

Please # to comment.