404 Error after updating

Hello there
Can't access homarr either via the domain i set, or via local ip
I just pulled the latest version and added a tag for https://crazymax.dev/diun/

Homarr logs :
homarr  | Listening on port 7575 url: http://497ece26ed18:7575
homarr  | [DEPRECATED] Use `createWithEqualityFn` instead of `create` or use `useStoreWithEqualityFn` instead of `useStore`. They can be imported from 'zustand/traditional'. https://github.com/pmndrs/zustand/discussions/1937


I've tried to specify the base url in the environment variables but it kept 404 in the end

Homarr docker compose :
  homarr:
    container_name: homarr
    image: ghcr.io/ajnart/homarr:latest
    restart: always
    volumes:
      - ./homarr/configs:/app/data/configs
      - ./homarr/icons:/app/public/icons
    ports:
      - '7575:7575'
    labels:
      - "traefik.enable=true"
      - "traefik.http.routers.homarr.rule=Host(`homarr.base.url`)"
      - "traefik.http.routers.homarr.entrypoints=https"
      - "traefik.http.routers.homarr.tls=true"
      - "traefik.http.routers.homarr.tls.certresolver=user"
      - "traefik.http.services.homarr.loadbalancer.server.port=7575"
      - "diun.enable=true"
    environment:
      BASE_URL: https://homarr.base.url/
      PASSWORD: "PASSWORD"
Receive notifications when a Docker image is updated on a Docker registry
Was this page helpful?