Allow setting container entrypoint

This commit is contained in:
uumas
2025-11-26 22:25:54 +02:00
parent abf3859af7
commit 47088fd1a0
7 changed files with 20 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
container_name: "{{ service_name }}"
container_image: "{{ service_container_image }}"
container_command: "{{ service_container_command }}"
container_entrypoint: "{{ service_container_entrypoint }}"
container_user: "{{ service_container_user }}"
container_mounts: "{{ _service_container_mounts }}"
container_publish_ports: "{{ service_container_publish_ports }}"