andreizet66
HHomarr
•Created by andreizet66 on 2/18/2024 in #💬・get-help
Cant resize indexer monitor widget in mobile interface
Thanks!
5 replies
HHomarr
•Created by andreizet66 on 2/3/2024 in #💬・get-help
Docker icon missing on dashboard page after 0.14.5 update
no problem, i'll do it now, thanks for the help
9 replies
HHomarr
•Created by andreizet66 on 2/3/2024 in #💬・get-help
Docker icon missing on dashboard page after 0.14.5 update
I checked the presence of docker.sock at the path, it's there
9 replies
HHomarr
•Created by andreizet66 on 2/3/2024 in #💬・get-help
Docker icon missing on dashboard page after 0.14.5 update
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'
9 replies
HHomarr
•Created by andreizet66 on 2/3/2024 in #💬・get-help
Docker icon missing on dashboard page after 0.14.5 update
Docker compose file:
9 replies