juanluisbaptiste / docker-monero-wallet

Unofficial monero wallet GUI docker images
GNU General Public License v3.0
9 stars 3 forks source link

Docker-Compose fails to launch due to missing start-gui.sh #2

Closed IronPiston closed 3 years ago

IronPiston commented 3 years ago

Trying to run the below command causes monero-wallet, monerod-data, and wallet-data to all exit:

sudo docker-compose -p monerowallet up

image

A start-gui.sh file seems to be missing.

juanluisbaptiste commented 3 years ago

Hi,

It seems the name of the wallet gui binary changed, I pushed a fix but have not tested it yet. Please test it and let me know.

IronPiston commented 3 years ago

I'm now getting a different (and likely unrelated) error. Running the same command:

image

juanluisbaptiste commented 3 years ago

Have you defined ENABLE_WEB_VIEW=yes as the documentation says ?

IronPiston commented 3 years ago

I forgot to the second time after re-cloning the repository. All works now, thanks!

juanluisbaptiste commented 3 years ago

btw, I just updated the wallet version if you want to test it.