Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMeanCanEHdian authored Jul 5, 2018
1 parent 9021ce7 commit 4aaf254
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ For shell access while the container is running run `docker exec -it tautulli ba

Parameters are split into two halves separated by a colon. The left side represents the host and the right side the container.

**Example**: -p external:internal - This shows the port mapping from internal to external of the container.
So `-p 8181:8181` would expose port 8181 from inside the container to be accessible from the host's IP on port 8181.
http://<host_ip>:8181 would show you what's running INSIDE the container on port 8181.
**Example**: `-p external:internal` - This shows the port mapping from internal to external of the container.
So `-p 8181:8181` would expose port `8181` from inside the container to be accessible from the host's IP on port `8181`.
`http://<host_ip>:8181` would show you what's running INSIDE the container on port `8181`.

| Parameter | Function |
| :---: | --- |
Expand Down

0 comments on commit 4aaf254

Please sign in to comment.