MongoDB-Version automatisch anhand der CPU wählen (start.sh)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
duffyduck
2026-07-26 19:37:28 +02:00
co-authored by Claude Fable 5
parent 247f20602b
commit 2f1a69288a
4 changed files with 66 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ version: "3.8"
services:
unifi-db:
image: mongo:4.4
image: mongo:${MONGO_VERSION:-4.4}
container_name: unifi-db
restart: unless-stopped
environment: