Bot Updating Documentation

pull/175/head
LinuxServer-CI 2023-12-28 18:42:46 +00:00
rodzic 8d607c592d
commit 78712dd9f5
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -77,7 +77,7 @@ services:
- PMM_TEST=False #optional - PMM_TEST=False #optional
- PMM_NO_MISSING=False #optional - PMM_NO_MISSING=False #optional
volumes: volumes:
- /path/to/appdata/config:/config - /path/to/plex-meta-manager/config:/config
restart: unless-stopped restart: unless-stopped
``` ```
@ -94,7 +94,7 @@ docker run -d \
-e PMM_RUN=False `#optional` \ -e PMM_RUN=False `#optional` \
-e PMM_TEST=False `#optional` \ -e PMM_TEST=False `#optional` \
-e PMM_NO_MISSING=False `#optional` \ -e PMM_NO_MISSING=False `#optional` \
-v /path/to/appdata/config:/config \ -v /path/to/plex-meta-manager/config:/config \
--restart unless-stopped \ --restart unless-stopped \
lscr.io/linuxserver/plex-meta-manager:latest lscr.io/linuxserver/plex-meta-manager:latest
``` ```
@ -125,7 +125,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| Volume | Function | | Volume | Function |
| :----: | --- | | :----: | --- |
| `/config` | Local path for plex-meta-manager config files. | | `/config` | Persistent config files |
#### Miscellaneous Options #### Miscellaneous Options
@ -312,6 +312,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **23.12.23:** - Rebase to Alpine 3.19.
* **10.06.23:** - Rebase to Alpine 3.18, deprecate armhf. * **10.06.23:** - Rebase to Alpine 3.18, deprecate armhf.
* **05.03.23:** - Add nightly branch. * **05.03.23:** - Add nightly branch.
* **11.12.22:** - Rebase master to Alpine 3.17. * **11.12.22:** - Rebase master to Alpine 3.17.