This line
|
- NEO4J_AUTH=none # Neo4j authentication is disabled for Docker installation |
makes Neo4j open for anyone in the world (if you are not behind firewall/NAT). It should either not use 'host' network, listen 127.0.0.1 or should be secured with password/firewall but current setup is insecure.
This line
LetsMapYourNetwork/docker-compose.yml
Line 9 in 816308d
makes Neo4j open for anyone in the world (if you are not behind firewall/NAT). It should either not use 'host' network, listen 127.0.0.1 or should be secured with password/firewall but current setup is insecure.