Skip to content
scyto edited this page Oct 30, 2019 · 3 revisions

If you want to host Unifi-API-Browser in a docker container you will need choose a base image that includes (or allows you to add):

  • php
  • php-session
  • php-curl
  • php-tokenizer
  • git

And you will need to expose port 8001. Consider hosting your edited config.php and users.php files on a bind mount to the host.

Alternatively you can use these pre-created container from dockerhub https://hub.docker.com/r/scyto/unifibrowser this docker hub tag support most linux architectures. This is quickest and easiest way to setup a connection to a single controller, single site, all configuration is handled via environment variables.

If you have any questions or feedback on the pre-created containers please submit a ticket to https://github.com/scyto/docker-UnifiBrowser

Clone this wiki locally