H
Homarr•14mo ago
Rikitydj

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

As above!
11 Replies
Tag
Tag•14mo ago
Did you mount your docker.sock?
Rikitydj
Rikitydj•14mo ago
100% haven't done that... How? 😄
Tag
Tag•14mo ago
Integrations | Homarr Docs
Homarr will integrate with a ton of different apps on your system.
Rikitydj
Rikitydj•14mo ago
-v /var/run/docker.sock:/var/run/docker.sock Where do i run that? Do i put it in the compose?
Tag
Tag•14mo ago
Yes
Rikitydj
Rikitydj•14mo ago
Ok, just as a fresh line?
Tag
Tag•14mo ago
Just under the other lines that also start with -v
Rikitydj
Rikitydj•14mo 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
Tag
Tag•14mo 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
Rikitydj•14mo 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!
Tag
Tag•14mo ago
Ah, my bad on that, glad you figured it out
Want results from more Discord servers?
Add your server