Spink
Spink
HHomarr
Created by DekaTron on 11/27/2023 in #💬・get-help
Can't install Homarr on Docker
portainer community 2.19.2
50 replies
HHomarr
Created by DekaTron on 11/27/2023 in #💬・get-help
Can't install Homarr on Docker
but not sure why it's not working when that's set to somewhere else.
50 replies
HHomarr
Created by DekaTron on 11/27/2023 in #💬・get-help
Can't install Homarr on Docker
yes, no issues here with data set to it's default. ./homarr/data Exporting hostname... Migrating database... yarn run v1.22.19 $ ts-node ./migrate.ts Done in 1.74s. Starting production server... Listening on port 7575 url: http://2f3c8f123988:7575 ℹ Instance is using a database on the file system. Checking if file '/data/db.sqlite' is writable... ℹ Database is writeable
50 replies
HHomarr
Created by DekaTron on 11/27/2023 in #💬・get-help
Can't install Homarr on Docker
tried that. it creates a db.sqlite.journal file and db.sqlite and then the journal disappears a few seconds later
50 replies
HHomarr
Created by DekaTron on 11/27/2023 in #💬・get-help
Can't install Homarr on Docker
I thought perhaps the DB lock was from the NAS recyclingbin/snapshots but it didn't change anything. permissions look ok for that folder. (it's able to create folders and config files.) db.sqlite file in the data folder is zero bytes.
50 replies
HHomarr
Created by DekaTron on 11/27/2023 in #💬・get-help
Can't install Homarr on Docker
yeah I tried this later that evening with the same result.
volumes: - /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration - /mnt/Docker/homarrr/configs:/app/data/configs - /mnt/Docker/homarrr/icons:/app/public/icons - /mnt/Docker/homarrr/data:/data
and I also changed the path (added an extra r to homarr) to test the DB lock
50 replies
HHomarr
Created by DekaTron on 11/27/2023 in #💬・get-help
Can't install Homarr on Docker
Many thanks, should I make a new post?
50 replies
HHomarr
Created by DekaTron on 11/27/2023 in #💬・get-help
Can't install Homarr on Docker
ok, just clarifying.
50 replies
HHomarr
Created by DekaTron on 11/27/2023 in #💬・get-help
Can't install Homarr on Docker
this is a brand new install though
50 replies
HHomarr
Created by DekaTron on 11/27/2023 in #💬・get-help
Can't install Homarr on Docker
50 replies
HHomarr
Created by DekaTron on 11/27/2023 in #💬・get-help
Can't install Homarr on Docker
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/Docker/homarr:/app/data/configs - /mnt/Docker/homarr:/app/public/icons - /mnt/Docker/homarr:/data ports: - '7575:7575'
50 replies
HHomarr
Created by DekaTron on 11/27/2023 in #💬・get-help
Can't install Homarr on Docker
But it's the same issue as op here?
50 replies
HHomarr
Created by DekaTron on 11/27/2023 in #💬・get-help
Can't install Homarr on Docker
Yes the defaults work. But not when you modify the location of the three paths.
50 replies
HHomarr
Created by DekaTron on 11/27/2023 in #💬・get-help
Can't install Homarr on Docker
when using default locations, it works on 'latest' and all other versions
50 replies
HHomarr
Created by DekaTron on 11/27/2023 in #💬・get-help
Can't install Homarr on Docker
I can confirm when using custom locations, 0.13.4 is the latest version that works.
50 replies