Compare commits

..

No commits in common. "1f475dd4106cf9fd213279947376adf1595824d3" and "ae3a7a825190b15e311334a45a0c7e782527ee9c" have entirely different histories.

View file

@ -45,7 +45,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.8"
image: "docker.io/mongo:7.0.7"
container_name: unifi-db
volumes:
- db-data:/data/db