Aidez moi - Can't achieve installing 1.x Homarr Docker Container #homarr
Hello everyone.
I just discovered late that the Homarr homepage went from 0.15 to 1.x a few months ago, and that a migration method was implemented in the application with an encryption key etc.....In short, I took my lead and tried my luck. Docker Compose is small, simple and efficient.....the container launches perfectly in "healthy" mode under Portainer. But now, impossible to access the page! Both through the Reverse Proxy https and on the page http://namenas.synology.me:7578 (dedicated port).
Don't understand what's going on. Any similar feedback from you?
Thanks in advance.
J
----------------------------------
#----------------------------------------------------------------------#
Homarr - A simple, yet powerful dashboard for your server. #
#----------------------------------------------------------------------#
services:
homarr:
container_name: homarr2025
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
- /volume1/docker/homarr1/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY=617b32124d952e506223fd170b9a04e91bd93772acb8c243429523cba8d08ef9
- PUID=1026
- PGID=100
ports:
- '7578:7578'
My logs are there.
https://pastebin.com/SLw12aBG
Pastebin
LogoHomelocalDashboardStacksContainersImagesNetworksVolume - Pasteb...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Solution:Jump to solution
As for the actual problem, you are exposing the wrong port. Expose 7575 instead, you can map to 7578 or any other port. So it should be
7578:7575
6 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
!qa leaked_secret_key
Our team noted that at least one of your messages contains a secrets encryption key used in Homarr.
As documented at the installation docs, the secrets encryption key is a cruicial key that will be used to encrypt your data. By posting this key you compromised part of your security and we strongly recommend you to change it, since malicious acters could gain access to your integration passwords, usernames and tokens by decrypting your database if they gain access to said database.
To do this, update the secrets encryption key variable. Doing so will break all integrations and you must manually re-enter the secrets again.
Manually removing it after posting does not fix your issue since automated bots can and will scrape messages for leaked data.
To avoid such problems in the future, please always remove the encryption key when posting online. The Homarr team will never ask you for any passwords or the secrets encryption key.
Docker | Homarr documentation
Docker is our recommended installation method for beginners and professionals.
Solution
As for the actual problem, you are exposing the wrong port. Expose 7575 instead, you can map to 7578 or any other port. So it should be
7578:7575
That's it. Merci beaucoup. I kept the same encryption key :))
See the message above, you should change it. I will mark this as resolved.