From cbb5e4f02205d7a81a6fe50f9354513ff1750be2 Mon Sep 17 00:00:00 2001 From: Markus Date: Mon, 27 Feb 2023 10:34:46 +0100 Subject: [PATCH] removed special characters from docker-compose file --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index aeb26e4fd..49bf27383 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -99,7 +99,7 @@ services: container_name: neo4j build: context: ./neo4j - # community edition 👆🏼, because we have no enterprise licence 👇🏼 at the moment + # community edition, because we have no enterprise licence at the moment target: community networks: - internal-net