Skip to content

Lucy781228/KMAQLCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Docker Compose Configuration for Nextcloud with Cron Service

Steps to Add Cron Service and Enable KMAQLCV App

1. Update docker-compose.yml

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-network

2. Grant Execute Permission to cron.sh

Run the following command to grant execute permission to cron.sh:

chmod +x cron.sh

3. Build and Start the Docker Containers

Run the following command to build and start the Docker containers:

docker-compose up -d --build

4. Enable KMAQLCV App in Nextcloud

After the containers are up and running, enable the KMAQLCV app in the Nextcloud interface.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published