Closed onedr0p closed 1 year ago
@acelaya you could use https://github.com/aptible/supercronic instead. It's even in the alpine pkg registry and can run as a user instead of root.
apk add --no-cache supercronic
then in your entrypoint
echo "$CRON_SCHEDULE /whatever.sh" > /tmp/crontab supercronic -passthrough-logs /tmp/crontab &
Originally posted by @onedr0p in https://github.com/shlinkio/shlink/issues/1132#issuecomment-1409308561
This will be addressed differently in the end. See https://github.com/shlinkio/shlink/pull/1763#issuecomment-1531972820
@acelaya you could use https://github.com/aptible/supercronic instead. It's even in the alpine pkg registry and can run as a user instead of root.
then in your entrypoint
Originally posted by @onedr0p in https://github.com/shlinkio/shlink/issues/1132#issuecomment-1409308561