Bot Updating Templated Files

pull/7/head
LinuxServer-CI 2019-08-19 16:53:28 +01:00
rodzic 420af4758e
commit 621c126252
1 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -40,8 +40,8 @@ docker create \
-e VERSION=docker \ -e VERSION=docker \
-e UMASK_SET=022 `#optional` \ -e UMASK_SET=022 `#optional` \
-v </path/to/library>:/config \ -v </path/to/library>:/config \
-v <path/to/tvseries>:/data/tvshows \ -v <path/to/tvseries>:/tv \
-v </path/to/movies>:/data/movies \ -v </path/to/movies>:/movies \
-v </path for transcoding>:/transcode \ -v </path for transcoding>:/transcode \
--restart unless-stopped \ --restart unless-stopped \
linuxserver/plex linuxserver/plex
@ -67,8 +67,8 @@ services:
- UMASK_SET=022 #optional - UMASK_SET=022 #optional
volumes: volumes:
- </path/to/library>:/config - </path/to/library>:/config
- <path/to/tvseries>:/data/tvshows - <path/to/tvseries>:/tv
- </path/to/movies>:/data/movies - </path/to/movies>:/movies
- </path for transcoding>:/transcode - </path for transcoding>:/transcode
restart: unless-stopped restart: unless-stopped
``` ```
@ -101,8 +101,8 @@ Docker images are configured using parameters passed at runtime (such as those a
| Volume | Function | | Volume | Function |
| :----: | --- | | :----: | --- |
| `/config` | Plex library location. *This can grow very large, 50gb+ is likely for a large collection.* | | `/config` | Plex library location. *This can grow very large, 50gb+ is likely for a large collection.* |
| `/data/tvshows` | Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc. | | `/tv` | Media goes here. Add as many as needed e.g. `/movies`, `/tv`, etc. |
| `/data/movies` | Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc. | | `/movies` | Media goes here. Add as many as needed e.g. `/movies`, `/tv`, etc. |
| `/transcode` | Path for transcoding folder, *optional*. | | `/transcode` | Path for transcoding folder, *optional*. |