fix name of network_mode in container
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
cdd37b7ef5
commit
9dccc3d51a
|
@ -5,7 +5,7 @@
|
||||||
image: '{{ es_lb_image }}'
|
image: '{{ es_lb_image }}'
|
||||||
pull: true
|
pull: true
|
||||||
restart_policy: always
|
restart_policy: always
|
||||||
network_type: host
|
network_mode: host
|
||||||
state: '{{ cont_state }}'
|
state: '{{ cont_state }}'
|
||||||
recreate: '{{ cont_recreate }}'
|
recreate: '{{ cont_recreate }}'
|
||||||
restart: '{{ es_lb_config.changed | default(cont_restart) }}'
|
restart: '{{ es_lb_config.changed | default(cont_restart) }}'
|
||||||
|
|
Loading…
Reference in New Issue