This repository was archived by the owner on Jan 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ docker create \
28
28
-v <path to data>:/config \
29
29
-e PGID=<gid> -e PUID=<uid> \
30
30
-e TZ=<timezone> \
31
- -p 8080:8080 \
32
31
-p 1443:1443 \
33
32
-p 6144:6144 \
33
+ -p 8080:8080 \
34
34
--device=<path to device> \
35
35
linuxserver/domoticz
36
36
```
@@ -43,11 +43,14 @@ So -p 8080:80 would expose port 80 from inside the container to be accessible fr
43
43
http://192.168.x.x:8080 would show you what's running INSIDE the container on port 80.`
44
44
45
45
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
49
50
* ` -e PGID ` for GroupID - see below for explanation
50
51
* ` -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*
51
54
52
55
It is based on alpine linux with s6 overlay, for shell access whilst the container is running do ` docker exec -it domoticz /bin/bash ` .
53
56
You can’t perform that action at this time.
0 commit comments