uhhhh cronge?

This commit is contained in:
Peter Smit
2025-03-28 21:49:10 +01:00
parent e5e547fbda
commit f0ed767375

View File

@@ -23,3 +23,10 @@ services:
- POSTGRES_USER=${NEXTCLOUD_POSTGRES_USER}
- POSTGRES_PASSWORD=${NEXTCLOUD_POSTGRES_PASSWORD}
- NEXTCLOUD_TRUSTED_DOMAINS=${NEXTCLOUD_DOMAIN}
cron:
image: nextcloud:31.0.2
container_name: nextcloud-cron
volumes:
- ${NEXTCLOUD_DATA_DIR}:/var/www/html
entrypoint: /cron.sh
restart: unless-stopped