Skip to content

Commit fa6f622

Browse files
chore(deps): update mongo docker tag to v8
1 parent 109952d commit fa6f622

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ services:
6666
timeout: 3s
6767

6868
mongo:
69-
image: mongo:7
69+
image: mongo:8
7070
container_name: mx-mongo
7171
restart: unless-stopped
7272
command: ["mongod", "--bind_ip_all"]

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828

2929
mongo:
3030
container_name: mongo
31-
image: mongo:7
31+
image: mongo:8
3232
volumes:
3333
- ./data/db:/data/db
3434
networks:

0 commit comments

Comments
 (0)