1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:50 +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: services:
mongo: mongo:
image: mongo:7-jammy image: mongo:8-noble
ports: ports:
- "27017:27017" - "27017:27017"
volumes: volumes: