This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
name: "{{ name }}"
|
||||
recreate: true
|
||||
restart_policy: unless-stopped
|
||||
pull: yes
|
||||
pull: "{{ build is not defined }}"
|
||||
published_ports: "{{ published_ports | default(omit) }}"
|
||||
network_mode: "{{ network_mode | default(omit) }}"
|
||||
image: "{{ image.name }}:{{ image.tag }}"
|
||||
|
||||
Reference in New Issue
Block a user