service: Support specifying container command
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
container_name: "{{ container.name }}"
|
||||
container_image: "{{ container.image | default(service_container_image) }}"
|
||||
container_image_creds: "{{ service_container_image_creds }}"
|
||||
container_command: "{{ container.command | default([]) }}"
|
||||
container_user: "{{ service_container_user }}"
|
||||
container_mounts: "{{ container.mounts | default(_service_container_mounts) }}"
|
||||
container_publish_ports: "{{ container.publish_ports | default([]) }}"
|
||||
|
||||
Reference in New Issue
Block a user