Article 6NKHW crontab-ui with docker

crontab-ui with docker

by
kzo81
from LinuxQuestions.org on (#6NKHW)
Hi Folks!

I've been using this crontab-ui frontend for years. The project seems abandoned.
https://github.com/alseambusher/crontab-ui

I'm trying the autosave feature via an environment variable in the https://github.com/alseambusher/cron...ain/Dockerfile

I insert this into my Dockerfile:
ENV ENABLE_AUTOSAVE true

I also tried like this:
ENV ENABLE_AUTOSAVE="true"

However after firing up the container, it does not have an effect, I still have to press the save button. I remember once I solved it some years ago.

Do you have any idea?

Thanks,

Zolee
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments