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

Tor proxy on Electrum, what does Port: 9150 and 9050 mean?

Is there any python library could be used to decodescript in output

Lightning network (lnd): What's the best way to report lnd server issues/ask for help with channels that won't close?