mongo auf 4.4

This commit is contained in:
Czechman 2023-10-24 03:52:59 +02:00
parent 874feb7a86
commit ef387c00fa
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: "3.8"
services: services:
mongodb: mongodb:
image: "mongo:4.3" image: "mongo:4.4"
volumes: volumes:
- "mongodb_data:/data/db" - "mongodb_data:/data/db"
restart: "on-failure" restart: "on-failure"