Skip to content

Commit b52895f

Browse files
committed
remove version in docker-compose.yml
1 parent 0212602 commit b52895f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docker-compose.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
version: '3.8'
2-
31
services:
42
neo4j:
53
image: neo4j:5.22.0-enterprise
64
restart: unless-stopped
75
ports:
8-
- "7474:7474"
9-
- "7687:7687"
6+
- '7474:7474'
7+
- '7687:7687'
108
environment:
119
- NEO4J_ACCEPT_LICENSE_AGREEMENT=yes
1210
- NEO4J_AUTH=neo4j/test_password

0 commit comments

Comments
 (0)