stampeder
stampeder
HHomarr
Created by stampeder on 10/19/2023 in #💬・get-help
Homarr not storing edits
I installed homarr using the docker-compose.yml file in the docs. However, once I had made my customizations, added apps, etc. and exited edit. It all looked good. Then I logged out. When I logged in again today everything was set to defaults. I don't live in Paris (although there is one here in Texas) and I'm not interested the temperature in Spain. Here is the docker-compose.yml I used: docker-compose.yml 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: - ./homarr/configs:/app/data/configs - ./homarr/icons:/app/public/icons ports: - '7575:7575' What am I missing for persistent storage of my edits? Thanks. I really like Homarr as a dashboard.
11 replies