We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a7021 commit a672b1fCopy full SHA for a672b1f
1 file changed
README.md
@@ -31,7 +31,13 @@ docker create \
31
linuxserver/piwigo
32
```
33
34
-**Parameters**
+## Parameters
35
+
36
+`The parameters are split into two halves, separated by a colon, the left hand side representing the host and the right the container side.
37
+For example with a port -p external:internal - what this shows is the port mapping from internal to external of the container.
38
+So -p 8080:80 would expose port 80 from inside the container to be accessible from the host's IP on port 8080
39
+http://192.168.x.x:8080 would show you what's running INSIDE the container on port 80.`
40
41
42
* `-p 80` - webui port *see note below*
43
* `-v /etc/localtime` for timesync - *optional*
0 commit comments