Skip to content
New issue

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

umbrel-electrs uses the same port as umbrel-lightning, causing conflict #2

Open
katokishin opened this issue Nov 28, 2022 · 1 comment

Comments

@katokishin
Copy link

katokishin commented Nov 28, 2022

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.

nmfretz pushed a commit that referenced this issue Nov 20, 2024
Updates the UI
@TylonHH
Copy link

TylonHH commented Feb 10, 2025

So I wonder why this issue so old and stil persist in the latest umbrel 1.3

anyway, I edited /home/umbrel/umbrel/app-data/electrs/docker-compose.yml

version: '3.7'
services:
  app_proxy:
    environment:
      APP_HOST: $APP_ELECTRS_IP
      APP_PORT: 3007
    container_name: electrs_app_proxy_1

Now electrs won't start.
whats the correct way for this workarround untill it's fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants