kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
cc2b19b1ac
commit
cf6afd5300
|
@ -56,7 +56,6 @@ services:
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
volumes:
|
volumes:
|
||||||
- <path to data>:/config
|
- <path to data>:/config
|
||||||
- <path to plex logs>:/logs
|
|
||||||
ports:
|
ports:
|
||||||
- 8181:8181
|
- 8181:8181
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -72,7 +71,6 @@ docker run -d \
|
||||||
-e TZ=Europe/London \
|
-e TZ=Europe/London \
|
||||||
-p 8181:8181 \
|
-p 8181:8181 \
|
||||||
-v <path to data>:/config \
|
-v <path to data>:/config \
|
||||||
-v <path to plex logs>:/logs \
|
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
ghcr.io/linuxserver/tautulli
|
ghcr.io/linuxserver/tautulli
|
||||||
```
|
```
|
||||||
|
@ -102,7 +100,6 @@ Docker images are configured using parameters passed at runtime (such as those a
|
||||||
| Volume | Function |
|
| Volume | Function |
|
||||||
| :----: | --- |
|
| :----: | --- |
|
||||||
| `/config` | Contains tautulli config and database. |
|
| `/config` | Contains tautulli config and database. |
|
||||||
| `/logs` | Map this to Plex log directory - recommended RO. |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -140,7 +137,7 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel
|
||||||
## Application Setup
|
## Application Setup
|
||||||
|
|
||||||
Access the webui at `<your-ip>:8181`, for more information check out [Tautulli](http://tautulli.com).
|
Access the webui at `<your-ip>:8181`, for more information check out [Tautulli](http://tautulli.com).
|
||||||
In tautulli gui settings, under `Plex Media Server`, turn on `Show Advanced` and set the `Logs Folder` to `/logs`
|
To use the build-in Plex LogViewer you have to add a volume, preferably ReadOnly. Then in tautulli gui settings, under `Plex Media Server`, turn on `Show Advanced` and set the `Logs Folder` to the folder you mapped.
|
||||||
|
|
||||||
|
|
||||||
## Docker Mods
|
## Docker Mods
|
||||||
|
|
Ładowanie…
Reference in New Issue