Consistently "unhealthy" status on portainer
Hi :) I am new to homarr and am having some issues with setup on portainer. Attached are my logs; this is being run in its own docker container and no real setup has occured because the setup is wiped with a restart of the container. I am unsure of the steps to diagnose the issue and am looking for advice. Thanks!
4 Replies
Hi, besides being unhealthy, does it work?
@Manicraft1001 No im having the same error when i deploy it via portainer stacks
Thats what the webpage says
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/Watatsumi/Hoderi/Services/homarr/izanami/configs:/app/data/configs
- /mnt/Watatsumi/Hoderi/Services/homarr/izanami/icons:/app/public/icons
- /mnt/Watatsumi/Hoderi/Services/homarr/izanami/data:/data
ports:
- '7575:7575'
I checked the other post about this issue but i have the data folder mounted. https://discord.com/channels/972958686051962910/1197520421315149835/1197520421315149835
@Manicraft1001 Deleting the db.sqlite and replacing with the blank one fixed it.