From fd2e954b3e931161d29b2103ea487b170a5f1db9 Mon Sep 17 00:00:00 2001 From: HrBingR Date: Fri, 12 Aug 2022 21:57:14 +0200 Subject: [PATCH] Updated docs to include custom CSS and custom footer. --- docs/docker.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docker.md b/docs/docker.md index 5c2175cf..caab141c 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -96,6 +96,11 @@ See the table below for the variables and their default values. | UI_CUSTOM_ASSETS_FACEBOOK | | A custom header image for Facebook | | UI_CUSTOM_ASSETS_TWITTER | | A custom header image for Twitter | | UI_CUSTOM_ASSETS_WORDMARK | | A custom wordmark (Text next to the logo) | +| UI_CUSTOM_CSS | | Allows you to define a custom CSS file for custom styling | +| CUSTOM_FOOTER_TEXT | | Allows you to define a custom footer | +| CUSTOM_FOOTER_URL | | Allows you to define a custom URL in your footer | + +Side note: If you define a custom URL and a custom footer, only the footer text will display, but will be hyperlinked to the URL. ## Examples