Files
containers/bitnami/neo4j/5/debian-12/docker-compose.yml
Bitnami Bot d98ec5fbf0 [bitnami/neo4j] Release 5.16.0-debian-12-r3 (#62467)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2024-02-20 17:15:59 +01:00

17 lines
288 B
YAML

# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
version: '2'
services:
neo4j:
image: docker.io/bitnami/neo4j:5
ports:
- '7474:7474'
- '7473:7473'
- '7687:7687'
volumes:
- 'neo4j_data:/bitnami'
volumes:
neo4j_data:
driver: local