diff --git a/compose.yaml b/compose.yaml index 2edd5fcd..bb95785e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -17,7 +17,7 @@ services: com.centurylinklabs.watchtower.enable: true mongodb: - image: mongo:6.0.5 + image: mongo:6.0.25 volumes: - ./mongodb:/data/db restart: unless-stopped