Removed useless ending of a environment variable and added a proper logo for redlib
This commit is contained in:
parent
0928261019
commit
943ca56201
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# documentation: https://github.com/redlib-org/redlib
|
||||
# An alternative private front-end to Reddit, with its origins in Libreddit.
|
||||
# tags: frontend, feed
|
||||
# logo: svgs/freshrss.png
|
||||
# logo: svgs/redlib.svg
|
||||
# port: 8080
|
||||
|
||||
services:
|
||||
|
|
@ -10,7 +10,7 @@ services:
|
|||
restart: always
|
||||
container_name: redlib
|
||||
environment:
|
||||
- SERVICE_FQDN_REDLIB_8080=${SERVICE_FQDN_REDLIB_8080}
|
||||
- SERVICE_FQDN_REDLIB_8080
|
||||
- REDLIB_SFW_ONLY=off
|
||||
- REDLIB_BANNER=""
|
||||
- REDLIB_ROBOTS_DISABLE_INDEXING=off
|
||||
|
|
|
|||
Loading…
Reference in a new issue