The Unifi-network-application software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.
We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.
Simply pulling lscr.io/linuxserver/unifi-network-application:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
Starting with version 8.1 of Unifi Network Application, mongodb 3.6 through 7.0 are supported.
Make sure you pin your database image version and do not use latest, as mongodb does not support automatic upgrades between major versions.
MongoDB >4.4 on X86_64 Hardware needs a CPU with AVX support. Some lower end Intel CPU models like Celeron and Pentium (before Tiger-Lake) more Details: Advanced Vector Extensions - Wikipedia don't support AVX, but you can still use MongoDB 4.4.
If you are using the official mongodb container in Version >=6, you can create your user using an init-mongo.js file with the following contents:
The Unifi-network-application software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.
We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.
Simply pulling lscr.io/linuxserver/unifi-network-application:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
Starting with version 8.1 of Unifi Network Application, mongodb 3.6 through 7.0 are supported.
Make sure you pin your database image version and do not use latest, as mongodb does not support automatic upgrades between major versions.
MongoDB >4.4 on X86_64 Hardware needs a CPU with AVX support. Some lower end Intel CPU models like Celeron and Pentium (before Tiger-Lake) more Details: Advanced Vector Extensions - Wikipedia don't support AVX, but you can still use MongoDB 4.4.
If you are using the official mongodb container in Version >=6, you can create your user using an init-mongo.js file with the following contents: