Skip to content

Commit 543575a

Browse files
committed
update mongo version in docker compose files
1 parent 28c0a70 commit 543575a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
- ./traefik.yml:/config/traefik.yml
2222
database:
2323
container_name: sq_mongodb
24-
image: mongo:4.4
24+
image: mongo:6.0
2525
ports:
2626
- "127.0.0.1:27017:27017"
2727
volumes:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
- ./traefik.yml:/config/traefik.yml
2222
database:
2323
container_name: sq_mongodb
24-
image: mongo:4.4
24+
image: mongo:6.0
2525
ports:
2626
- "127.0.0.1:27017:27017"
2727
volumes:

0 commit comments

Comments
 (0)