chore(deps): update docker.io/mongo docker tag to v7.0.7 (#835)

Co-authored-by: Renovate Bot <renovate@mgrote.net>
Co-committed-by: Renovate Bot <renovate@mgrote.net>
This commit is contained in:
Renovate Bot 2024-03-19 00:37:43 +01:00 committed by renovate
parent c6fc94c646
commit aa3a6f9b28
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ services:
# 1. mongosh
# 2. db.getSiblingDB("unifidb").createUser({user: "unifiuser", pwd: "GEHEIM", roles: [{role: "dbOwner", db: "unifidb"}, {role: "dbOwner", db: "unifidb_stat"}]});
# https://discourse.linuxserver.io/t/cant-connect-to-mongodb-for-unifi-network-application/8166
image: "docker.io/mongo:7.0.6"
image: "docker.io/mongo:7.0.7"
container_name: unifi-db
volumes:
- db-data:/data/db