1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-06-27 00:31:02 +02:00

update memgraph

This commit is contained in:
kevin
2024-10-26 17:47:02 +08:00
parent b0a83908f5
commit f53fa59304

View File

@ -7,7 +7,7 @@ version: "3.8"
services: services:
memgraph: memgraph:
image: memgraph/memgraph-mage:1.18-memgraph-2.18-no-ml image: memgraph/memgraph-mage:1.20.1-memgraph-2.20.1-no-ml
ports: ports:
- "7444:7444" # Log - "7444:7444" # Log
- "7687:7687" # Bolt - "7687:7687" # Bolt
@ -20,7 +20,7 @@ services:
restart: unless-stopped restart: unless-stopped
lab: lab:
image: memgraph/lab:2.15.0 image: memgraph/lab:2.17.0
ports: ports:
- "3000:3000" # Web - "3000:3000" # Web
environment: environment: