chore(deps): update docker.io/mongo docker tag to v7.0.6 (#821)

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-01 08:35:59 +01:00 committed by renovate
parent d466a8a703
commit e3d31c746d
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.5"
image: "docker.io/mongo:7.0.6"
container_name: unifi-db
volumes:
- db-data:/data/db