WillHo01
HHomarr
•Created by WillHo01 on 11/2/2024 in #💬・get-help
How to restore boards-config
its now working, tysm for your help 🙂
13 replies
HHomarr
•Created by WillHo01 on 11/2/2024 in #💬・get-help
How to restore boards-config
or /data/config i assume it'll be now
13 replies
HHomarr
•Created by WillHo01 on 11/2/2024 in #💬・get-help
How to restore boards-config
ahh, thank you, i've updated the data folder, now just to find where docker puts /app/data/configs
13 replies
HHomarr
•Created by WillHo01 on 11/2/2024 in #💬・get-help
How to restore boards-config
I think i have just seen my own issue lol, i'm putting them in config and not docker/config
13 replies
HHomarr
•Created by WillHo01 on 11/2/2024 in #💬・get-help
How to restore boards-config
yes i did restart after moving the files
13 replies
HHomarr
•Created by WillHo01 on 11/2/2024 in #💬・get-help
How to restore boards-config
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:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- /mnt/LinuxShare/Config:/app/config
- /mnt/LinuxShare/icons:/app/public/icons
- /mnt/LinuxShare/data:/app/data
ports:
- '7575:7575'
13 replies
HHomarr
•Created by WillHo01 on 11/2/2024 in #💬・get-help
How to restore boards-config
sure, my stack for docker is:
13 replies