aniirudh03
HHomarr
•Created by aniirudh03 on 5/7/2025 in #💬・get-help
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
14 replies