HomarrH
Homarr10mo ago
10 replies
ManOfCulture

500 internal Server error

I need help fixing this error, here is my docker compose file
services:
  homarr:
   image: ghcr.io/homarr-labs/homarr:latest
   restart: unless-stopped
   volumes:
     - /var/run/docker.sock:/var/run/docker.sock
     - ./appdata:/appdata
   environment:
     - SECRET_ENCRYPTION_KEY=49c1588fc901bc4912843e8d5f7e4b89845fb1d80b6a6be270e9c368b2efc02
   ports:
     - '7575:7575'
image.png
Solution
it's fine i figure it out the encryption key was wrong
Was this page helpful?