Skip to content

Extremely slow download #42

Description

@tugdualenligne

Hi, thanks for that nice app!
I just set it up successfully, however download is extremely slow, while with my usual FTP client it is x100 faster
I have used your docker compose, adding Traefik (removing Traefik does not correct the issue)
Any idea what's going on?
Thx


version: "2.1"
services:
davos:
image: lscr.io/linuxserver/davos
container_name: davos
environment:
- PUID=1000
- PGID=100
volumes:
- /srv/Docker/davos:/config
- /srv/Multimedia/_a_convertir:/download

ports:

- 8080:8080

expose:
  - 8080
networks:
  - traefik_proxy
restart: unless-stopped
labels:
  - "traefik.enable=true"
  - "traefik.http.routers.davos.rule=HostHeader(`davos.DOMAIN.fr`)"
  - "traefik.http.routers.davos.entrypoints=http,https"
  - "diun.enable=true"

networks:
traefik_proxy:
external:
name: traefik_proxy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions