Update README.md

This commit is contained in:
Frank 2021-12-30 11:38:55 +01:00
parent 8f718ff2b4
commit d06b714e23

View File

@ -14,21 +14,21 @@ Docker containers with official Domoticz (beta) builds.
**First install**
...
```
sudo su -
git clone http://192.168.2.200:3000/Docker/Domoticz.git
cd Domoticz
docker build --no-cache -t domoticz-test .
...
```
**Update**
...
```
sudo su -
cd Domoticz
git pull
docker build --no-cache -t domoticz-test .
...
```