We are using docker stack deploy to create or update the docker services, with this approach the service name is defined as "StackName_ServiceName". Can we have '-' instead of using '_' for the service name?
This is required as one of our docker services fails to start as it considers underscore to be an illegal character in the service name.
Similar issue Feign Client and name from properties