referral-service: pull new image with docker_compose

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-07-07 17:48:49 +02:00
parent 526a959d3e
commit f6ef3ef3da
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 2 deletions

View File

@ -13,5 +13,5 @@
state: '{{ compose_state }}'
recreate: '{{ compose_recreate or app_env.changes or db_env.changed }}'
restarted: '{{ compose_restart }}'
pull: false
build: no
pull: true
build: false