eli
eli
HHomarr
Created by eli on 2/27/2024 in #💬・get-help
Homarr goes down after ~10 minutes
Hi everyone, first time using homarr and using docker/docker compose in general, so I hope I'm not missing something obvious 😅 I've been setting it up with docker compose and have been encountering an error where it seems to be working fine for about 10-20 minutes, I can set it up and start adding apps. However it will then crash after this time with error code ECONNRESET. This happens whether I interact with homarr or whether I just start the container and don't touch it I've tried setting up the container from scratch a couple times, and then just tried with portainer and this error persisted each time. Any help would be appreciated! OS: Ubuntu LTS 22.04 Homarr version: 0.15.0 docker-compose.yaml:
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
- /docker/homarr/configs:/app/data/configs
- /docker/homarr/icons:/app/public/icons
- /docker/homarr/data:/data
ports:
- 7575:7575
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
- /docker/homarr/configs:/app/data/configs
- /docker/homarr/icons:/app/public/icons
- /docker/homarr/data:/data
ports:
- 7575:7575
The above doesn't have puid/pgid set to 1000, but it still crashed with that set logs from the latest attempt (with portainer): https://pastebin.com/YRcHmCxR
4 replies