fix entrypoint var
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-02-22 00:55:07 +01:00
parent 14f442d72b
commit 241a624f8f
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ freshrss_security_opt: []
# @var freshrss_pids_limit: $ "_unset_"
freshrss_healthcheck:
test: '["CMD", "/usr/local/bin/healthcheck.sh"]'
test: '["CMD", "/usr/local/bin/healthcheck"]'
interval: 30s
timeout: 5s
retries: 5
@ -31,13 +31,13 @@ freshrss_default_user: "admin"
freshrss_default_password: "freshrss"
# @var freshrss_salt:description: >
# Salt is used to make crypto more unique. You can generate your own salt with
# Salt is used to make crypto more unique. You can generate your own salt with
# e.g. `cat /proc/sys/kernel/random/uuid | sha1sum | awk '{print $1}'`.
# @end
# @var freshrss_salt: $ "_unset_"
# @var freshrss_base_url:description: >
# Specify address of the freshrss instance, used when building
# Specify address of the freshrss instance, used when building
# absolute urls, e.g. for websub.
# @end
freshrss_base_url: "http://localhost/"