Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'

services:
orr:
image: mmisw/orr:3.7.0
image: mmisw/orr:3.7.2
container_name: orr
depends_on:
- agraph
Expand All @@ -23,7 +23,7 @@ services:
- AGRAPH_PORT=10035

agraph:
image: franzinc/agraph:v6.1.1
image: franzinc/agraph:v6.4.1
container_name: agraph
mem_limit: 1g

Expand Down