HomarrH
Homarr3y ago
TheMRX

Can install homarr on Docker

hi. I cant install homarr on docker. I tryed it with the following install skript:

docker run  \
  --name homarr \
  --restart unless-stopped \
  -p 7575:7575 \
  -v homarr/homarr/configs:/app/data/configs \
  -v homarr/homarr/icons:/app/public/icons \
  -d ghcr.io/ajnart/homarr:latest


pull succeded but after that i got the following error

docker: Error response from daemon: create homar/homarr/configs: "homar/homarr/configs" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.
See 'docker run --help'.
[root@localhost ~]#


OS: AlmaLinux 8

what do i do wrong
Was this page helpful?