Error response from daemon: failed to mount local volume: mount //10.118.52.127/mm/mm:/var/lib/docker/volumes/grid_mm/_data, flags: 0x1, data: mfsymlinks,addr=fcm.net,username=boxsync,password=********: invalid argument
With fstab mounting, I do not get any errors from the file share server.
You might want to tweak your parameters. Though, be aware: volumes are immutable once created, changing anything in the compose file will not be reflected back to the volume. It needs to be deleted, so that compose can re-create it with the new parameters.
OS: check
Docker und Containerd: I would have to check, I upgraded to 25.0.0 yesterday.
Update: here you go!
dpkg -l | grep -E '(docker-ce|containerd)'
ii containerd.io 1.6.27-1 amd64 An open and reliable container runtime
ii docker-ce 5:25.0.0-1~ubuntu.20.04~focal amd64 Docker: the open-source application container engine
ii docker-ce-cli 5:25.0.0-1~ubuntu.20.04~focal amd64 Docker CLI: the open-source application container engine
ii docker-ce-rootless-extras 5:25.0.0-1~ubuntu.20.04~focal amd64 Rootless support for Docker.