From c5a1243b4b2b8b58a18623af4c7273642385c092 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 23 Jan 2021 02:09:44 +0100 Subject: [PATCH] - corrected comment --- docker-compose.override.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.override.yml b/docker-compose.override.yml index 9f94372fd..5c0280667 100644 --- a/docker-compose.override.yml +++ b/docker-compose.override.yml @@ -45,7 +45,7 @@ services: # Also expose the neo4j query browser - 7474:7474 networks: - # So we can access the playground from our host machine + # So we can access the neo4j query browser from our host machine - external-net ########################################################