Is there any way to expose a range of ports in the creation of a swarm service ( for instance: -p 1024-2000:1024-2000
)? I know that it's possible for a container, but is it also possible for a Swarm Service? If yes, I can't find how to do that in the documentation.
I need this functionality for exposing a service that contains vsftpd.