Skip to content

Commit

Permalink
docs: Fix which host debian image is available for
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxMD committed Feb 6, 2024
1 parent 0f8fd5c commit c76d482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsite/docs/installation/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ If you encounter networking issues like:
* 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`
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 x86/x64 hosts) to see if this resolves your issue. IE `multi-scrobbler:latest-debian` or `multi-scrobbler:develop-debian`

## Docker Usage Examples

Expand Down

0 comments on commit c76d482

Please sign in to comment.