#!/bin/bash

docker stop neo4j_server
docker rm neo4j_server
docker run -d --name neo4j_server --net=host -p 7474:7474 neo4j
