Docker message "No log line matching the '' filter"

Hello,
I'm trying to deploy rclone with Docker Compose, but I'm having a problem, the container stops with the following message:

No log line matching the '' filter

Below is my YAML file :

name: rclone_sync
services:
rclone:
volumes:
- /mnt/DisqueB/musique:/data
- /mnt/DisqueB/rclone:/config/rclone
- /etc/passwd:/etc/passwd:ro
- /etc/group:/etc/group:ro
user: 0:0
devices:
- /dev/fuse
cap_add:
- SYS_ADMIN
security_opt:
- apparmor:unconfined
image: rclone/rclone
command: sync /data musique:/

Can anyone help me solve this problem?

Thanks in advance

welcome to the forum,

when you posted, there was a template of questions for you to answer?

Yes, sorry, I didn't realize I needed to answer questions. My apologies. Can I do it now? How?

i did a simple web search. looks like a docker issue, not a rclone issue.