[docker] Replace `:` separator with `=` for Security Options for all services
shantanoo-desai opened this issue · 0 comments
shantanoo-desai commented
Description
When the Docker Daemon is enabled with debug
value set to true
, the output of the journalctl -xe | grep "deprecated"
displays the following output:
time="2023-07-13T15:08:23.160691489+02:00" level=warning msg="Security options with `:` as a separator are deprecated and will be completely unsupported in 17.04, use `=` instead."
Replace all the Compose Templates with =
for security_opt
parameter.