Skip to content

Commit

Permalink
Fix container creation
Browse files Browse the repository at this point in the history
  • Loading branch information
beatro0t committed Aug 24, 2021
1 parent 2a38886 commit 90b9db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function install(){
-p 127.0.0.1:7373:7373 \
-p 127.0.0.1:7474:7474 \
-v ${MOUNT}/data:/opt/awspx/data:z \
-e NEO4J_dbms_security_procedures_unrestricted=apoc.jar
-e NEO4J_dbms_security_procedures_unrestricted=apoc.jar \
--restart=always beatro0t/awspx:latest >/dev/null; then

cp $(dirname $0)/data/sample.zip -f ${MOUNT}/data/. >/dev/null 2>&1
Expand Down

0 comments on commit 90b9db7

Please sign in to comment.