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

[BUG] cant access #1741

Closed
5 tasks done
Fuckingnameless opened this issue Nov 9, 2024 · 1 comment
Closed
5 tasks done

[BUG] cant access #1741

Fuckingnameless opened this issue Nov 9, 2024 · 1 comment
Assignees
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working

Comments

@Fuckingnameless
Copy link

Environment

Self-Hosted (Docker)

System

No response

Version

No response

Describe the problem

cant access anything on ip:4000 or localhost:4000
logs are empty

---
# https://dashy.to/
services:
  dashy:
    # To build from source, replace 'image: lissy93/dashy' with 'build: .'
    # build: .
    image: ghcr.io/lissy93/dashy:latest
    container_name: Dashy
    # Pass in your config file below, by specifying the path on your host machine
    # volumes:
    # - ${PATH_TO_APPDATA}/Dashy/Dashy.yml:/app/public/conf.yml
    ports:
      - 4000:80
    # Set any environmental variables
    environment:
      - NODE_ENV=production
    # Specify your user ID and group ID. You can find this by running `id -u` and `id -g`
      - UID=1019
      - GID=1019
    # Specify restart policy
    restart: unless-stopped
    # Configure healthchecks
    healthcheck:
      test: ['CMD', 'node', '/app/services/healthcheck']
      interval: 1m30s
      timeout: 10s
      retries: 3
      start_period: 40s

Additional info

No response

Please tick the boxes

@Fuckingnameless Fuckingnameless added the 🐛 Bug [ISSUE] Ticket describing something that isn't working label Nov 9, 2024
@github-project-automation github-project-automation bot moved this to Awaiting Triage in Dashy V3 Nov 9, 2024
@Fuckingnameless
Copy link
Author

the 4000:80 port mapping was set by openmediavault examples repo for docker compose and was the issue

@github-project-automation github-project-automation bot moved this from Awaiting Triage to Done in Dashy V3 Nov 9, 2024
@liss-bot liss-bot added 👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending and removed 👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending labels Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working
Projects
Status: Done
Development

No branches or pull requests

3 participants