Skip to content

Instantly share code, notes, and snippets.

@bartprokop
Created May 17, 2025 08:33
Show Gist options
  • Save bartprokop/1f1cb022c652c20166a5c37ccb1d4554 to your computer and use it in GitHub Desktop.
Save bartprokop/1f1cb022c652c20166a5c37ccb1d4554 to your computer and use it in GitHub Desktop.
Unifi in Docker

Some resources:

https://hub.docker.com/r/jacobalberty/unifi/

Network 8.6.9

upgrade

docker stop unifi docker rm unifi

1009 docker stop unifi 1011 docker ps 1012 docker rm unifi 1013 docker pull jacobalberty/unifi:v9.0 1014 docker images 1016 docker image history jacobalberty/unifi:latest 1018 docker image rm jacobalberty/unifi:latest 1019 docker images 1021 docker run -d --init --network=ipvlan17 -e TZ='Europe/Belfast' -v /mnt/docker/unifi:/unifi --user unifi --name unifi jacobalberty/unifi 1022 docker images 1023 docker run -d --init --network=ipvlan17 -e TZ='Europe/Belfast' -v /mnt/docker/unifi:/unifi --user unifi --name unifi jacobalberty/unifi:v9.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment