Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Version 4.7.6, volume and restart options in README
Browse files Browse the repository at this point in the history
  • Loading branch information
zumbrunnen committed Dec 28, 2015
1 parent fc4512a commit f19c627
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Docker Image for Ubiquiti Network's UniFi Controller

Installs the controller from the stable release channel (at them moment: 4.6.6).
Installs the controller from the stable release channel (at them moment: 4.7.6).

To start the controller, launch a container like this:

```
docker run -d --name unifi \
-p 8081:8081 -p 8080:8080 -p 8443:8443 -p 8880:8880 -p 8843:8843 \
-v /datadir/of/your/choice:/usr/lib/unifi/data \
--restart=always \
zumbrunnen/unifi
```

Expand Down

0 comments on commit f19c627

Please sign in to comment.