fix name of network_mode in container

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2018-11-30 09:06:57 +01:00
parent cdd37b7ef5
commit 9dccc3d51a
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
image: '{{ es_lb_image }}'
pull: true
restart_policy: always
network_type: host
network_mode: host
state: '{{ cont_state }}'
recreate: '{{ cont_recreate }}'
restart: '{{ es_lb_config.changed | default(cont_restart) }}'