[n.o.n.o.e.l.m.o]
HHomarr
•Created by [n.o.n.o.e.l.m.o] on 3/4/2025 in #💬・get-help
502 Bad Gateway Error occurs when Navigating the Admin Interface.
hmm okay thank you
7 replies
HHomarr
•Created by [n.o.n.o.e.l.m.o] on 3/4/2025 in #💬・get-help
502 Bad Gateway Error occurs when Navigating the Admin Interface.

7 replies
HHomarr
•Created by [n.o.n.o.e.l.m.o] on 3/4/2025 in #💬・get-help
502 Bad Gateway Error occurs when Navigating the Admin Interface.
Logs: https://pastebin.com/NH0TSRdJ
Operating system: Ubuntu 24.04.2 LTS
Exact Homarr Version: Version 1.8.0 (I think, I'm not really sure where to find the version) (I installed it yesterday and the URL just said latest)
Configuration:
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ./homarr/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY=my key; I don't have the docker-compose.yml anymore
ports:
- '7575:7575'
7 replies