- Update discourse image - Include cron and rsyslogd in base image - Mount /var/log on host so we have access to nginx logs - Introduce log rotation - Correct symlink creation so it works with admin/upgrade - All sample paths are /var/discourse
4 lines
106 B
YAML
4 lines
106 B
YAML
run:
|
|
- exec:
|
|
hook: cron
|
|
cmd: echo cron is now included in base image, remove from templates
|