Add some description for favicon configuration

This commit is contained in:
Stefan Forstenlechner 2022-04-17 16:52:45 +02:00
parent 705dcd2429
commit 100b67ea3b
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@ REACT_APP_TITLE=My Gallery
REACT_APP_APPBAR_COLOR=#F8AB2D
```
Other properties:
```properties
REACT_APP_FAVICON_HREF=<URL to your favicon>
```
And run docker with `--env-file .env`
```shell