move to s6 overlay structure (#13)
* move to s6 overlay structure * Use alpine:latest and latest s6 * cleanup Dockerfile * use .env file on docker run * change mappings so all under one folder * Update README * change cron default to hourly to keep things updated * add section about editing xteve settings * add nice 'logging' to stdout
This commit is contained in:
4
root/defaults/sample_cron.txt
Normal file
4
root/defaults/sample_cron.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
printf '0 * * * * /cronjob.sh' > /etc/crontabs/root
|
||||
### Remove this line and everything beneath it ###
|
||||
### Edit the above cron expression, rename this file to cron.txt, and restart the container.
|
||||
### If no cron.txt is found the cronjob will run every hour
|
||||
Reference in New Issue
Block a user