Controlador UniFi en Ubuntu Docker para gestionar redes y dispositivos UniFi.
10K+
This Docker image provides an easy and efficient way to deploy the UniFi Controller on an Ubuntu 20.04 base. It includes all necessary dependencies and is configured to expose the essential ports for UniFi management.
docker pull dave0073/unifi-controller:latest
docker run -d --name unifi -p 8080:8080 -p 8443:8443 -p 8880:8880 -p 8843:8843 -p 6789:6789 dave0073/unifi-controller:latest
https://<SERVER_IP>:8443 in your web browser.To customize the configuration, create a Dockerfile based on this image and add your configurations.
For more details, visit the UniFi documentation.
Contributions are welcome. Open issues or pull requests on GitHub for suggestions or fixes.
Content type
Image
Digest
sha256:1ba9df1c3…
Size
416.9 MB
Last updated
about 2 years ago
docker pull dave0073/unifi-controller