Skip to content

Commit 7187ff1

Browse files
committed
Cypher: Do not expose ports during loading
1 parent 4a8dd01 commit 7187ff1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cypher/scripts/import.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ fi
5454

5555
docker run --rm \
5656
--user="$(id -u):$(id -g)" \
57-
--publish=7474:7474 \
58-
--publish=7687:7687 \
5957
--volume=${NEO4J_DATA_DIR}:/data \
6058
--volume=${NEO4J_CSV_DIR}:/import \
6159
--volume=${NEO4J_HEADER_DIR}:/headers \

0 commit comments

Comments
 (0)