docker-matomo/root/etc/periodic/hourly/matomo-archive
Jan Christian Grünhage 954c839cd5
All checks were successful
the build was successful
feat: add archive cron job
2018-04-17 16:21:17 +01:00

3 lines
126 B
Bash
Executable file

#!/bin/sh
su-exec ${UID}:${GID} /usr/bin/php7 /matomo/console core:archive --url=http://localhost:8888/ > /config/archive.log