Docker icon missing on dashboard page after 0.14.5 update
Docker icon was showing up fine on 0.14.4. The button showed up right after deploying homarr for the first time, no setup needed. After updating to 0.14.5, Docker button is no longer on the top bar.
Containers show up at "http://my-ip:7575/manage/tools/docker" and can be started/stopped/restarted just fine (though the loading animation in the lower left corner spins indefinitely even after the action was performed).
Solution:Jump to solution
Ok. Can you post the same on GitHub and submit an issue there? Sorry to ask for it, but we do not track issues on Discord. I will try to reproduce this and push a fix in the next version.
4 Replies
Hi, can you quicky post how you installed Homarr? Please post the Docker compose / run or a screenshot of your config.
Docker compose file:
version: '3'
#---------------------------------------------------------------------#
Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ./homarr/configs:/app/data/configs
- ./homarr/icons:/app/public/icons
- ./homarr/data:/data
ports:
- '7575:7575'
I checked the presence of docker.sock at the path, it's there
Solution
Ok. Can you post the same on GitHub and submit an issue there? Sorry to ask for it, but we do not track issues on Discord. I will try to reproduce this and push a fix in the next version.
no problem, i'll do it now, thanks for the help