From 100b67ea3b52becb6f7ec087817def3e62defab6 Mon Sep 17 00:00:00 2001 From: Stefan Forstenlechner Date: Sun, 17 Apr 2022 16:52:45 +0200 Subject: [PATCH] Add some description for favicon configuration --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8a59ee6..9a4aab7 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ REACT_APP_TITLE=My Gallery REACT_APP_APPBAR_COLOR=#F8AB2D ``` +Other properties: + +```properties +REACT_APP_FAVICON_HREF= +``` + And run docker with `--env-file .env` ```shell