Docker integration

Hello all, I am super new to Homarr and i think I'm having an issue with docker integration. I don't see it on the main page next to the edit button. I am unable to add it in the settings either. Here is my docker-compose stack that i use via Portainer. Not sure what's going on, any way I can get help on this?
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
- /media/plex/SSD/docker/homarr/configs:/app/data/configs
- /media/plex/SSD/docker/homarr/icons:/app/public/icons
- /media/plex/SSD/docker/homarr/data:/data
ports:
- '7575:7575'
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
- /media/plex/SSD/docker/homarr/configs:/app/data/configs
- /media/plex/SSD/docker/homarr/icons:/app/public/icons
- /media/plex/SSD/docker/homarr/data:/data
ports:
- '7575:7575'
No description
No description
Solution:
Hi, that button doesn't exist anymore as it was moved where you pointed at already. It was like that in the last version, could it be that we forgot to change it in the docs?...
Jump to solution
12 Replies
breakingkayfabe
breakingkayfabe•7mo ago
When I go to manage > tools > Docker, i see the docker containers over there and im able to communicate with them. So i dont think it's my docker sock not working
Solution
Tag
Tag•7mo ago
Hi, that button doesn't exist anymore as it was moved where you pointed at already. It was like that in the last version, could it be that we forgot to change it in the docs?
breakingkayfabe
breakingkayfabe•7mo ago
well i feel stupid now, i was watching youtube vids and saw them have it there, which i kinda liked, and some in #👀・show-off had it, but i guess i went too far back and ignored the fact it's removed from the new version was driving me nuts thinking it's my issue LOL
Tag
Tag•7mo ago
It's only been 2 weeks at most since 0.14, it's a fairly new change so it's understandable If you think it is useful, you can add your own button on the dashboard using an app that links to /manage/tools/docker
breakingkayfabe
breakingkayfabe•7mo ago
ah yes ill definitely mess around to add something on the main dash 🙂 my dashboard is still basically naked rn another random question if i may
Tag
Tag•7mo ago
Sure
breakingkayfabe
breakingkayfabe•7mo ago
im trying to edit the sidebar for mobile, but it seems the widgets dont want to expand to that whole size
Tag
Tag•7mo ago
Known issue, it's hard to make it behave properly on phone tbh
breakingkayfabe
breakingkayfabe•7mo ago
okay no problem. is it possible to have completely different boards for mobile compared to desktop? without maybe making two dashboards?
Tag
Tag•7mo ago
Nope, we're trying to find the best solution for it but it's a really difficult matter involving the gridstack base we use. Normally you can edit a dashboard in small size and big size and they'll behave somewhat differently, but it's always been a bit of a pain to do. If you want, you can make a different dashboard for mobile with the same things. Just register the right dash on your phone
breakingkayfabe
breakingkayfabe•7mo ago
yeah that's most likely what i could end up doing 🙂 thanks again! i will keep exploring 🤓
Tag
Tag•7mo ago
Have fun