Container retrieves the non-modified /etc/crontabs/abc file and executes a sync every 2 hours.
Current Behavior
After executing the first run (credential procedure) and restarting the container twice (first one this does not happen), I'm seeing this error log: crontab: can't open '/etc/crontabs/abc': No such file or directory
Expected Behavior
Container retrieves the non-modified /etc/crontabs/abc file and executes a sync every 2 hours.
Current Behavior
After executing the first run (credential procedure) and restarting the container twice (first one this does not happen), I'm seeing this error log:
crontab: can't open '/etc/crontabs/abc': No such file or directory
Steps to Reproduce
docker compose up -d plextraktsync
docker compose exec plextraktsync plextraktsync sync
docker compose restart plextraktsync
Environment
OS: Ubuntu 24.04.1 LTS CPU architecture: x86_64/arm32/arm64 How docker service was installed:
Command used to create docker container (run/create/compose/screenshot)
docker-compose.yml
.env
Docker logs