MongoDB-Version automatisch anhand der CPU wählen (start.sh)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
247f20602b
commit
2f1a69288a
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user