community.docker icon indicating copy to clipboard operation
community.docker copied to clipboard

Implement entrypoint for docker_swarm_service

Open pedroterzero opened this issue 6 months ago • 3 comments

SUMMARY

It would be good to be able to define the entrypoint for a service. Unless there's a reason why it shouldn't be possible, but then perhaps it would be good to document it.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

docker_swarm_service

ADDITIONAL INFORMATION

Allow to configure entrypoint for a service.

      community.docker.docker_swarm_service:
        image: "mongo:7.0"
        entrypoint: "docker-entrypoint.sh"
        # ...

pedroterzero avatar Aug 14 '24 16:08 pedroterzero