diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-12-16 22:52:05 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-12-16 22:52:05 +0100 |
commit | fed21fdb53185a39ae6e76ba07ba0d234b0e5689 (patch) | |
tree | 431dbc2e7b9b1ca5817d01cdff786440c5d62386 | |
parent | 0b4bcebd4361f10ad08d62fd35109792be894a86 (diff) |
continue downgrading mongo (=> 4.4.6)
-rw-r--r-- | compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compose.yml b/compose.yml index 1958e43..1f05ff9 100644 --- a/compose.yml +++ b/compose.yml @@ -22,7 +22,7 @@ services: - 8080:8080 restart: unless-stopped unifi-db: - image: mongo:4.4.26-focal + image: mongo:4.4.6-bionic container_name: unifi-db volumes: - type: bind |