diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-12-16 22:49:09 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-12-16 22:49:09 +0100 |
commit | 0b4bcebd4361f10ad08d62fd35109792be894a86 (patch) | |
tree | b9bc7a7165ceef05616699dc9abbfef9605af961 | |
parent | cbcaeb9af18c9524d93bc1bd7727c484bc107b59 (diff) |
downgrade mongodb to 4.4
-rw-r--r-- | compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compose.yml b/compose.yml index f0ade17..1958e43 100644 --- a/compose.yml +++ b/compose.yml @@ -22,7 +22,7 @@ services: - 8080:8080 restart: unless-stopped unifi-db: - image: docker.io/mongo:7.0 + image: mongo:4.4.26-focal container_name: unifi-db volumes: - type: bind |