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

Cannot connect to ui #555

Open
Masterpc96 opened this issue Feb 24, 2024 · 5 comments
Open

Cannot connect to ui #555

Masterpc96 opened this issue Feb 24, 2024 · 5 comments

Comments

@Masterpc96
Copy link

Masterpc96 commented Feb 24, 2024

Current Situation

I made a container I can add homebridge to home but I cannot open ui on port 8581
Dell Optiplex with Debian 12

Docker Config

version: '3'
services:
  homebridge:
    image: homebridge/homebridge:latest
    container_name: homebridge
    restart: always
    network_mode: host
    logging:
      driver: json-file
      options:
        max-size: '10m'
        max-file: '1'
    healthcheck:
      test: curl --fail localhost:8581 || exit 1
      interval: 60s
      retries: 5
      start_period: 300s
      timeout: 2s
    environment:
      - PGID=1000
      - PUID=1000
      - HOMEBRIDGE_CONFIG_UI=1
      - HOMEBRIDGE_CONFIG_UI_PORT=8581
    volumes:
      - homebridge:/homebridge
volumes:
  homebridge:

Logs

No response

Host Operating System

Debian 12

Host Architecture

x86_64 / amd64

@NorthernMan54
Copy link
Contributor

Any logs from the container?

@vernlazaro
Copy link

vernlazaro commented Mar 17, 2024

Did you ever figure this out? I have the same issue with a new install of TrueNAS.

nvm. Adding a static IP address seems to have resolved the issue.

@zikronix
Copy link

i have this problem with portainer on a fresh install. you shouldnt have to add a static ip

Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Copy link

github-actions bot commented Jun 1, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants