remove version dependencies

This commit is contained in:
Tommi2Day
2016-09-19 20:58:10 +02:00
parent 302d4088bb
commit 98e780f997
3 changed files with 6 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ this Docker container based on Ubuntu Trusty runs a Ubiquiti Unifi5 Controler. T
### build
```sh
docker build -t tommi2day/unifi:5.0 -f Dockerfile.unifi .
docker build -t tommi2day/unifi -f Dockerfile.unifi .
```
see also build_unifi.sh
### exposed Ports
@@ -40,7 +40,7 @@ docker run -d \
-p 8080:8080 \
-p 8443:8443 \
-p 27117:27117 \
tommi2day/unifi:5.0
tommi2day/unifi
```
see run_unifi.sh for an example