Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Commit fe4f57b

Browse files
Bot Updating Templated Files
1 parent b896a24 commit fe4f57b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ services:
100100
- PMM_TEST=False #optional
101101
- PMM_NO_MISSING=False #optional
102102
volumes:
103-
- /path/to/appdata/config:/config
103+
- /path/to/plex-meta-manager/config:/config
104104
restart: unless-stopped
105105
```
106106
@@ -117,7 +117,7 @@ docker run -d \
117117
-e PMM_RUN=False `#optional` \
118118
-e PMM_TEST=False `#optional` \
119119
-e PMM_NO_MISSING=False `#optional` \
120-
-v /path/to/appdata/config:/config \
120+
-v /path/to/plex-meta-manager/config:/config \
121121
--restart unless-stopped \
122122
lscr.io/linuxserver/plex-meta-manager:develop
123123
```
@@ -136,7 +136,7 @@ Containers are configured using parameters passed at runtime (such as those abov
136136
| `-e PMM_RUN=False` | Set to `True` to run without the scheduler. |
137137
| `-e PMM_TEST=False` | Set to `True` to run in debug mode with only collections that have `test: true`. |
138138
| `-e PMM_NO_MISSING=False` | Set to `True` to run without any of the missing movie/show functions. |
139-
| `-v /config` | Local path for plex-meta-manager config files. |
139+
| `-v /config` | Persistent config files |
140140

141141
## Environment variables from files (Docker secrets)
142142

@@ -314,6 +314,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
314314

315315
## Versions
316316

317+
* **23.12.23:** - Rebase to Alpine 3.19.
317318
* **10.06.23:** - Rebase to Alpine 3.18, deprecate armhf.
318319
* **05.03.23:** - Add nightly branch.
319320
* **11.12.22:** - Rebase develop to Alpine 3.17.

0 commit comments

Comments
 (0)