fix: enable XML processing in container entry

This commit is contained in:
Wyndham ARR
2026-07-29 18:34:03 +08:00
parent 12881be17e
commit ad3d9878c5
13 changed files with 118 additions and 16 deletions

View File

@@ -25,4 +25,4 @@ USER arr
EXPOSE 8765 8890
CMD ["python", "-m", "arr_web.run", "--host", "0.0.0.0", "--port", "8765"]
CMD ["python", "-m", "arr_web.run", "--host", "0.0.0.0", "--port", "8765", "--enable-processing"]