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
|
# documentation: https://github.com/redlib-org/redlib
|
||||||
# An alternative private front-end to Reddit, with its origins in Libreddit.
|
# An alternative private front-end to Reddit, with its origins in Libreddit.
|
||||||
# tags: frontend, feed
|
# tags: frontend, feed
|
||||||
# logo: svgs/freshrss.png
|
# logo: svgs/redlib.svg
|
||||||
# port: 8080
|
# port: 8080
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
@ -10,7 +10,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
container_name: redlib
|
container_name: redlib
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_FQDN_REDLIB_8080=${SERVICE_FQDN_REDLIB_8080}
|
- SERVICE_FQDN_REDLIB_8080
|
||||||
- REDLIB_SFW_ONLY=off
|
- REDLIB_SFW_ONLY=off
|
||||||
- REDLIB_BANNER=""
|
- REDLIB_BANNER=""
|
||||||
- REDLIB_ROBOTS_DISABLE_INDEXING=off
|
- REDLIB_ROBOTS_DISABLE_INDEXING=off
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue