Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit 5c68880

Browse files
committed
correct README parameter info
1 parent ac9c54b commit 5c68880

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ docker create \
2828
-v <path to data>:/config \
2929
-e PGID=<gid> -e PUID=<uid> \
3030
-e TZ=<timezone> \
31-
-p 8080:8080 \
3231
-p 1443:1443 \
3332
-p 6144:6144 \
33+
-p 8080:8080 \
3434
--device=<path to device> \
3535
linuxserver/domoticz
3636
```
@@ -43,11 +43,14 @@ So -p 8080:80 would expose port 80 from inside the container to be accessible fr
4343
http://192.168.x.x:8080 would show you what's running INSIDE the container on port 80.`
4444

4545

46-
47-
* `-p 1234` - the port(s)
48-
* `-v /config` - explain what lives here
46+
* `-p 1443` - the port(s)
47+
* `-p 6144` - the port(s)
48+
* `-p 8080` - the port(s)
49+
* `-v /config` - location for the config files
4950
* `-e PGID` for GroupID - see below for explanation
5051
* `-e PUID` for UserID - see below for explanation
52+
* `--device` - for passing through USB devices
53+
* `-e TZ` - for timezone information *eg Europe/London, etc*
5154

5255
It is based on alpine linux with s6 overlay, for shell access whilst the container is running do `docker exec -it domoticz /bin/bash`.
5356

0 commit comments

Comments
 (0)