2025-01-17T22:21:50.563Z error: tRPC Error with query on 'widget.weather.atLocation': (INTERNAL_SERVER_ERROR) - fetch failed
version: '3'
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:v1.0.1
restart: unless-stopped
volumes:
- /portainer/Files/AppData/Config/homarr:/appdata
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 7575:7575
env_file:
- stack.env


