You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
The text was updated successfully, but these errors were encountered:
- 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.
Hi @Cougar - let me analyse it and I will get back to you. thanks!
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.
The text was updated successfully, but these errors were encountered: