Homarr resetting everytime i redeploy

I am running portasiner on truenas scale, and every time i redeploy homarr stack it gets reset, i have to create a new login and and make the board n all. This is docker compose: version: "3.9" services: homarr: container_name: homarr image: ghcr.io/ajnart/homarr:latest restart: unless-stopped networks: - frontend volumes: - /mnt/Tank/homarr/configs:/app/data/configs - /mnt/Tank/homarr/icons:/app/public/icons - /var/run/docker.sock:/var/run/docker.sock environment: - SECRET_ENCRYPTION_KEY=** labels: - traefik.http.routers.homarr.rule=Host(`**`) - traefik.http.routers.homarr.entrypoints=websecure - traefik.http.routers.homarr.tls=true - traefik.http.routers.homarr.tls.certresolver=duckdns networks: frontend: external: true
10 Replies
Cakey Bot
Cakey Bot2w ago
Thank you for submitting a support request. Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Manicraft1001
Manicraft10012w ago
Hi, please upgrade to the new version 1.0.0+. You're still trying to run 0.15.10 which is deprecated and not recommended for new setups. See https://homarr.dev/docs/getting-started/installation/docker#docker-compose
Docker | Homarr documentation
Docker is our recommended installation method for beginners and professionals.
aniirudh03
aniirudh03OP2w ago
#---------------------------------------------------------------------# Homarr - A simple, yet powerful dashboard for your server. # #---------------------------------------------------------------------# services: homarr: container_name: homarr image: ghcr.io/homarr-labs/homarr:latest #platform: linux/amd64 restart: unless-stopped networks: - frontend volumes: - /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration - /mnt/Tank/homarr/appdata:/appdata environment: - SECRET_ENCRYPTION_KEY=** ports: - '7575:7575' labels: - traefik.http.routers.homarr.rule=Host(*************) - traefik.http.routers.homarr.entrypoints=websecure - traefik.http.routers.homarr.tls=true - traefik.http.routers.homarr.tls.certresolver=duckdns
networks: frontend: external: true logs: ⚠ The "images.domains" configuration is deprecated. Please use "images.remotePatterns" configuration instead. Received SIGTERM. Shutting down... Illegal instruction (core dumped)
Manicraft1001
Manicraft10012w ago
Does it stop automatically? Or do you need to restart and then it resets to default settings? Please post the full logs.
aniirudh03
aniirudh03OP2w ago
I deployed it and then got this but ill post full logs in a bit…
aniirudh03
aniirudh03OP2w ago
this happens when i open the homarr page
Manicraft1001
Manicraft10012w ago
Does /mnt/Tank/homarr/appdata actually exist and is the Homarr container user allowed to write, delete and read?
Meierschlumpf
Meierschlumpf2w ago
Illegal instruction (core dumped) isn't this just a cpu instruction problem?
Manicraft1001
Manicraft10012w ago
Possible, but could also be caused by a forceful termination @aniirudh03 what CPU & platform do you use?

Did you find this page helpful?