Add the following service definition to your docker-compose.yml file:
cron:
image: nextcloud:27
restart: always
volumes:
- .data/server:/var/www/html
entrypoint: /cron.sh
networks:
- app-networkRun the following command to grant execute permission to cron.sh:
chmod +x cron.shRun the following command to build and start the Docker containers:
docker-compose up -d --buildAfter the containers are up and running, enable the KMAQLCV app in the Nextcloud interface.