Skip to content
Snippets Groups Projects
Commit d1e80bcf authored by David Beniamine's avatar David Beniamine
Browse files

Add cron container

parent 62270ad7
Branches
No related tags found
No related merge requests found
...@@ -21,6 +21,17 @@ services: ...@@ -21,6 +21,17 @@ services:
MYSQL_USER: MYSQL_USER:
MYSQL_HOST: MYSQL_HOST:
cron:
container_name: cron
image: nextcloud:20-fpm
restart: always
volumes:
- app_data:/var/www/html
entrypoint: /cron.sh
networks:
- ldap
- default
db: db:
image: mariadb image: mariadb
restart: always restart: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment