Rickles
HHomarr
•Created by Rickles on 2/8/2025 in #💬・get-help
New container showing default board, not my created ones.
Bolded volume was wrong. I guess I copied my YAML for 1.4 and the location in the container changed between versions. Hours lost because I don't know what I'm doing. Oh well. Thanks for all the hard work. Looking forward to giving version 1 a try again soon when I have some time to clean it up.
services: homarr: container_name: homarr_0.15.10 image: ghcr.io/ajnart/homarr:0.15.10 restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration - /volume1/docker/homarr-0.15.10:/app/data/configs - /volume1/docker/homarr-0.15.10/icons:/app/public/icons - /volume1/docker/homarr-0.15.10/data:/data ports: - '4755:7575'
6 replies
HHomarr
•Created by Rickles on 2/8/2025 in #💬・get-help
New container showing default board, not my created ones.
Wait I just figured it out.
6 replies