removed special characters from docker-compose file

This commit is contained in:
Markus 2023-02-27 10:34:46 +01:00
parent e045bc96f9
commit cbb5e4f022

View File

@ -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