EC
EC
HHomarr
Created by EC on 1/18/2025 in #💬・get-help
500 internal Server Error
I saw another topic with this issue and modified my docker-compose file based on that, but I'm still getting the message. Where should I start troubleshooting?
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
- "NODE_TLS_REJECT_UNAUTHORIZED: 0"
volumes:
- ${DOCKERCONFDIR}/homarr/appdata:/appdata
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 7575:7575
networks:
default:
name: containers
external: true
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
- "NODE_TLS_REJECT_UNAUTHORIZED: 0"
volumes:
- ${DOCKERCONFDIR}/homarr/appdata:/appdata
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 7575:7575
networks:
default:
name: containers
external: true
15 replies