Troubleshooting
Tips and tricks
🔒 Use the app over HTTPS or via reverse proxy/NGINX
See the Custom Domains page for more information.
🌄 Using local images for playlist or EPG icons
- Map a local directory to a directory in the public directory of m3u editor, e.g.:
volumes:
- ...
- ./images/logos:/var/www/html/public/logos
- Your logos can then be accesses via http://localhost:36400/logos/filename.jpg and updated in your channel or EPG channel within m3u editor.
Known issues
💻 Apple Silicon (M-series) may need to add the platform
(platform: linux/x86_64
) parameter to the compose file to support x86_64 architecture - for example:
services:
m3u-editor:
platform: linux/x86_64 # <--- add this line
image: sparkison/m3u-editor:latest
...
Notes
🛠️ Default Docker builds
New v0.4.5
We inlcude both linux/amd64 and linux/arm64 builds in our build process, starting at version v0.4.5