From 19809bb5670154e1990491c57d7c86641701c2c0 Mon Sep 17 00:00:00 2001 From: TheDreadPirate Date: Tue, 24 Sep 2024 11:27:33 -0400 Subject: [PATCH] De-emphasizing text to make lint happy --- docs/general/administration/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/general/administration/configuration.md b/docs/general/administration/configuration.md index b241b50eb..63236c994 100644 --- a/docs/general/administration/configuration.md +++ b/docs/general/administration/configuration.md @@ -119,7 +119,7 @@ The system fonts installed on the server are used for burning in subtitles and r If you are running Jellyfin in Docker, it is possible to pass fonts you have on the host system into the Jellyfin container. Simply add two additional volumes for /usr/share/fonts and /usr/share/fontconfig and map them to the same path inside the container. -**Docker Compose Example** +Docker Compose Example ```yml volumes: @@ -127,7 +127,7 @@ If you are running Jellyfin in Docker, it is possible to pass fonts you have on - /usr/share/fontconfig:/usr/share/fontconfig ``` -**Docker Command Line Example** +Docker Command Line Example ```sh --volume /usr/share/fonts:/usr/share/fonts