Update README.md
This commit is contained in:
parent
4bf00a7c54
commit
237e50e2ad
36
README.md
36
README.md
@ -10,29 +10,23 @@ Docker containers with official Domoticz (beta) builds.
|
||||
|
||||
|
||||
|
||||
On Synology
|
||||
## Install on Synology
|
||||
|
||||
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 .
|
||||
**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 .
|
||||
...
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user