mame
mame
HHomarr
Created by mame on 10/18/2023 in #💬・get-help
Portainer docker socket
first of all please be patient with me as I do have only basic basic command line experience. just installed homarr and I have no idea how to "integrate" my containers to add them on my dashboard. I am running a VM with Ubuntu 22.04 with installed docker and a container with portainer. As well I do have 2 other containers on docker. As well the homarr container. My Stack has following setting: 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: - /home/user/docker/homarr/configs:/app/data/configs - /home/user/docker/homarr/icons:/app/public/icons ports: - '7575:7575' But if I click on the Docker icon I can't see any containers. What am I missing, please?
14 replies