We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
By default, umbrel-electrs specifies port 3006 in its docker-compose.yml Link to code
docker-compose.yml
However, umbrel-lightning also uses the same port for its GUI: Link to code
As a result, running both apps causes a conflict that prevents access to both GUIs.
Proposed solution: Change the port number used by umbrel-electrs or umbrel-lightning.
The text was updated successfully, but these errors were encountered:
Updated design (#2)
cd1d3f8
Updates the UI
No branches or pull requests
By default, umbrel-electrs specifies port 3006 in its
docker-compose.yml
Link to code
However, umbrel-lightning also uses the same port for its GUI:
Link to code
As a result, running both apps causes a conflict that prevents access to both GUIs.
Proposed solution:
Change the port number used by umbrel-electrs or umbrel-lightning.
The text was updated successfully, but these errors were encountered: