You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
networks:
traefik_proxy:
external:
name: traefik_proxy
The text was updated successfully, but these errors were encountered: