Can't install Homarr on Docker
I use Portainer for docker and copy pasted the docker compose and changed the host volume locations and got the error in the text file.
This is what im using for docker compose
version: '3'
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
This is what im using for docker compose
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:
- /droidlab/docker/homarr/configs:/app/data/configs
- /droidlab/docker/homarr/icons:/app/public/icons
- /droidlab/docker/homarr/data:/data
ports: - '7575:7575'
log.txt15.72KB
