1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-21 18:06:36 +02:00

update mongo

This commit is contained in:
kev 2024-10-17 16:05:16 +08:00
parent fd84c5a5d3
commit b0a83908f5

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
mongo:
image: mongo:7-jammy
image: mongo:8-noble
ports:
- "27017:27017"
volumes: