This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
docker_container:
|
||||
name: "{{ name }}"
|
||||
image: "{{ image.name }}:{{ image.tag }}"
|
||||
command: "{{ command | default(omit) }}"
|
||||
recreate: true
|
||||
restart_policy: unless-stopped
|
||||
networks: "{{ networks }}"
|
||||
|
||||
Reference in New Issue
Block a user