mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 05:25:10 +00:00
Updated Docker (markdown)
parent
08216ca176
commit
f2f7669412
1 changed files with 1 additions and 8 deletions
|
@ -15,13 +15,6 @@ docker create \
|
|||
|
||||
## Parameters
|
||||
|
||||
The parameters are split into two halves, separated by a colon, the left hand side representing the host and the right the container side.
|
||||
For example with a port -p external:internal - what this shows is the port mapping from internal to external of the container.
|
||||
So -p 8080:80 would expose port 80 from inside the container to be accessible from the host's IP on port 8080
|
||||
http://192.168.x.x:8080 would show you what's running INSIDE the container on port 80.
|
||||
|
||||
|
||||
|
||||
| Parameter | Function |
|
||||
| :---: | --- |
|
||||
| `-p 8686` | the port(s) |
|
||||
|
@ -32,7 +25,7 @@ http://192.168.x.x:8080 would show you what's running INSIDE the container on po
|
|||
| `-e PUID` | for UserID, see below for explanation |
|
||||
|
||||
|
||||
(These parameters may be out of date if the image is updated, see the current version on the Docker github README: https://github.com/linuxserver/docker-lidarr/blob/master/README.md)
|
||||
These parameters may be out of date if the image is updated. For more documentation that's up-to-date, see the Docker image's github README: https://github.com/linuxserver/docker-lidarr/blob/master/README.md
|
||||
|
||||
## docker-compose
|
||||
|
||||
|
|
Loading…
Reference in a new issue