Skip to content

Commit 5f0f7f1

Browse files
authored
set image to mongo:5 [skip ci]
1 parent 2aa33e5 commit 5f0f7f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ volumes:
1515

1616
services:
1717
mongodb:
18-
image: mongo:4.2
18+
image: mongo:5
1919
container_name: restheart-mongo
2020
command: ["--bind_ip", "restheart-mongo", "--replSet", "rs0"]
2121
environment:
@@ -30,7 +30,7 @@ services:
3030

3131
### Initiate MongoDB as a single node replica set
3232
mongodb-initiate:
33-
image: mongo:4.2
33+
image: mongo:5
3434
networks:
3535
- restheart-backend
3636
depends_on:

0 commit comments

Comments
 (0)