Not sure what triggered it, I restarted/updated my server a few hours before this. When looking at the new crons that I added and enabling logging on them, the wrapper was automatically set to /app/data/cron-log-wrapper.sh
On the old logged crons it's correct /opt/cronmaster/data/cron-log-wrapper.sh
This behavior did not change until I restarted the container. The volumes are mapped normally
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./scripts:/app/scripts
- ./data:/app/data
- ./snippets:/app/snippets
Not sure what triggered it, I restarted/updated my server a few hours before this. When looking at the new crons that I added and enabling logging on them, the wrapper was automatically set to /app/data/cron-log-wrapper.sh
On the old logged crons it's correct /opt/cronmaster/data/cron-log-wrapper.sh
This behavior did not change until I restarted the container. The volumes are mapped normally
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./scripts:/app/scripts
- ./data:/app/data
- ./snippets:/app/snippets