Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmocuz committed Feb 7, 2021
1 parent 0bcf6ef commit 808f393
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ docker run -d \
-p 8080:8080 \
-p 8443:443 \
-v <path for config files>:/opt/domoticz/userdata \
-v /etc/localtime:/etc/localtime:ro \
-e TZ=Europe/Amsterdam
--device=<device_id> \
--name=<container name> \
domoticz/domoticz
Expand Down Expand Up @@ -73,11 +73,10 @@ services:
ports:
- "8080:8080"
volumes:
- /etc/localtime:/etc/localtime:ro
- ./config:/opt/domoticz/userdata
environment:
- TZ=Europe/Amsterdam
#- ENV LOG_PATH=/opt/domoticz/userdata/domoticz.log
#- LOG_PATH=/opt/domoticz/userdata/domoticz.log
```
Now you can launch the container by issuing:

Expand Down

0 comments on commit 808f393

Please sign in to comment.