How to upgrade docker clightning

How to upgrade docker clightning

I tried to update clightning to the new version of 0.7 by

  1. docker-compose stop
  2. docker-compose rm clightning_bitcoin
  3. docker-compose up

However, it is still version 0.63 Where do I set that it is upgrading to 0.7?

Would this change in docker-compose.yml be correct?

  clightning_bitcoin:
    image: elementsproject/lightningd

to

  clightning_bitcoin:
    image: elementsproject/lightningd:latest
https://ift.tt/2UhfT6i

Comments

Popular posts from this blog

bitcoin node: what is the difference between simnet and regtest?

How to check if Electrum is masking my IP with the Tor proxy?

How generic miner connects to bitcoin or ethereum network and does it needs to store entire blockchain?