Hello! I'm attempting to get kometa to run on a docker compose file and be able to have it run once on startup and still start on my scheduled run times. For whatever reason with these current settings(below) it will run on startup but then exit and not run at scheduled times. With the commented out settings it will not run on startup but follows my schedule as I desire. Can I have it do both?
container_name: kometa
environment:
- KOMETA_RUN=true
# - KOMETA_RUN=false
restart: on-failure
# restart: unless-stopped