H
Homarr•15mo ago
Rikitydj

Homarr installed via docker compose but not showing other docker containers via docker intergration

As above!
11 Replies
Serenaphic
Serenaphic•15mo ago
Did you mount your docker.sock?
Rikitydj
RikitydjOP•15mo ago
100% haven't done that... How? 😄
Serenaphic
Serenaphic•15mo ago
Integrations | Homarr Docs
Homarr will integrate with a ton of different apps on your system.
Rikitydj
RikitydjOP•15mo ago
-v /var/run/docker.sock:/var/run/docker.sock Where do i run that? Do i put it in the compose?
Serenaphic
Serenaphic•15mo ago
Yes
Rikitydj
RikitydjOP•15mo ago
Ok, just as a fresh line?
Serenaphic
Serenaphic•15mo ago
Just under the other lines that also start with -v
Rikitydj
RikitydjOP•15mo ago
ajnart: container_name: homarr ports: - '7575:7575' volumes: - '/volume1/docker/homarr:/app/data/configs' restart: unless-stopped image: 'ghcr.io/ajnart/homarr:latest' thats all i have for homarr
Serenaphic
Serenaphic•15mo ago
Since you are on docker compose, the line would go under volumes
- ./var/run/docker.sock:/var/run/docker.sock
- ./var/run/docker.sock:/var/run/docker.sock
Rikitydj
RikitydjOP•15mo ago
bare with me caller ajnart: container_name: homarr ports: - '7575:7575' volumes: - '/volume1/docker/homarr:/app/data/configs' - ./var/run/docker.sock:/var/run/docker.sock restart: unless-stopped image: 'ghcr.io/ajnart/homarr:latest' just run that and got an error saying it doesnt exist took the . out and im all good, thanks so much!
Serenaphic
Serenaphic•15mo ago
Ah, my bad on that, glad you figured it out
Want results from more Discord servers?
Add your server