Changed default password from `changeme` to `password` (#653)

Playing around with the latest version on docker hub here: https://hub.docker.com/r/shahanafarooqui/rtl - for the current version 0.10.1 'changeme' doesn't work, but 'password' does, I actually just guessed it as it doesn't seem to be documented anywhere...
pull/654/head
Andrew Leschinsky 3 years ago committed by GitHub
parent d2601da177
commit dd51609301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,8 +39,8 @@ $ docker-compose logs bitcoind lnd rtl
Once the containers are running you can access the RTL UI at http://localhost:3000
- Default password is `changeme`.
- Default host, port and password can be changed in `.env`.
- Default password is `password`.
- Default host, port and password can be changed in `.env`.
When you are done you can destroy containers with:
```

Loading…
Cancel
Save