mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-04 22:51:58 +00:00
feat(docker)!: Use debian image as default
Sporadic DNS issues with alpine have caused a number of issues #160 #126 #134 Use debian as default since it has been proven to be stable. The image size increase is worth squashing these issues.
This commit is contained in:
parent
9dca8ebfa0
commit
0e34d63c84
7 changed files with 11 additions and 30 deletions
|
|
@ -4,7 +4,6 @@
|
|||
* [Jellyfin has warnings about undefined or missing data](#jellyfin-has-warnings-about-undefined-or-missing-data)
|
||||
* [Jellyfin has warnings about missing headers](#jellyfin-has-warnings-about-missing-headers)
|
||||
* [Spotify/Deezer/LastFM won't authenticate](#spotifydeezerlastfm-wont-authenticate)
|
||||
* [Sporadic network problems on docker](#sporadic-network-problems-on-docker)
|
||||
* [Configuration Issues](#configuration-issues)
|
||||
* [Config could not be parsed](#config-could-not-be-parsed)
|
||||
* [Scrobbling Issues](#scrobbling-issues)
|
||||
|
|
@ -131,16 +130,6 @@ If multi-scrobbler is not running on the same machine your browser is on then th
|
|||
|
||||
EX `http://localhost:9078/lastfm/callback` -> `http://192.168.0.220:9078/lastfm/callback`
|
||||
|
||||
## Sporadic network problems on docker
|
||||
|
||||
If you encounter networking issues like:
|
||||
|
||||
* sporadic timeouts (`ETIMEDOUT`) without a pattern
|
||||
* DNS errors (`EAI_AGAIN`) that do no occur consistently
|
||||
* Failures to reach a host that was previously fine (`EHOSTUNREACH`)
|
||||
|
||||
there may be an issue with the underlying docker image OS (alpine) that may be solved by switching to a different image. Try switching to a `*-debian` variant tag (only available for ARM hosts) to see if this resolves your issue. IE `multi-scrobbler:latest-debian` or `multi-scrobbler:develop-debian`
|
||||
|
||||
# Configuration Issues
|
||||
|
||||
## Config could not be parsed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue