mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 17:40:34 +00:00
A recent change added `--security-opt label:disable` to the docker options. There are examples of this syntax on the web, but podman and docker manuals don't mention it and it doesn't work on my machine. Fix it into `--security-opt label=disable`, as described by the manuals. Closes #10965