Skip to content

Commit

Permalink
chore: update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 authored Jun 25, 2024
1 parent 2d935f3 commit e94aa76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
reearth:
image: reearth/reearth:latest
image: reearth/reearth-visualizer:latest
environment:
REEARTH_DB: mongodb://reearth-mongo
ports:
Expand All @@ -15,7 +15,7 @@ services:
volumes:
- ./data:/reearth/data
reearth-mongo:
image: mongo:5-focal
image: mongo:7
ports:
- 27017:27017
volumes:
Expand Down

0 comments on commit e94aa76

Please sign in to comment.