@@ -100,7 +100,7 @@ services:
100
100
- PMM_TEST=False # optional
101
101
- PMM_NO_MISSING=False # optional
102
102
volumes :
103
- - /path/to/appdata /config:/config
103
+ - /path/to/plex-meta-manager /config:/config
104
104
restart : unless-stopped
105
105
` ` `
106
106
@@ -117,7 +117,7 @@ docker run -d \
117
117
-e PMM_RUN=False `#optional` \
118
118
-e PMM_TEST=False `#optional` \
119
119
-e PMM_NO_MISSING=False `#optional` \
120
- -v /path/to/appdata /config:/config \
120
+ -v /path/to/plex-meta-manager /config:/config \
121
121
--restart unless-stopped \
122
122
lscr.io/linuxserver/plex-meta-manager:develop
123
123
```
@@ -136,7 +136,7 @@ Containers are configured using parameters passed at runtime (such as those abov
136
136
| ` -e PMM_RUN=False ` | Set to ` True ` to run without the scheduler. |
137
137
| ` -e PMM_TEST=False ` | Set to ` True ` to run in debug mode with only collections that have ` test: true ` . |
138
138
| ` -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 |
140
140
141
141
## Environment variables from files (Docker secrets)
142
142
@@ -314,6 +314,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
314
314
315
315
# # Versions
316
316
317
+ * ** 23.12.23:** - Rebase to Alpine 3.19.
317
318
* ** 10.06.23:** - Rebase to Alpine 3.18, deprecate armhf.
318
319
* ** 05.03.23:** - Add nightly branch.
319
320
* ** 11.12.22:** - Rebase develop to Alpine 3.17.
0 commit comments