Skip to content

Commit

Permalink
set image to mongo:5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjsix authored Mar 11, 2023
1 parent 2aa33e5 commit 5f0f7f1
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
Expand Up @@ -15,7 +15,7 @@ volumes:

services:
mongodb:
image: mongo:4.2
image: mongo:5
container_name: restheart-mongo
command: ["--bind_ip", "restheart-mongo", "--replSet", "rs0"]
environment:
Expand All @@ -30,7 +30,7 @@ services:

### Initiate MongoDB as a single node replica set
mongodb-initiate:
image: mongo:4.2
image: mongo:5
networks:
- restheart-backend
depends_on:
Expand Down

0 comments on commit 5f0f7f1

Please sign in to comment.