crazy-max / docker-qbittorrent

qBittorrent Docker image
MIT License
73 stars 15 forks source link

/data/config and /data/data are missing #1

Closed ivan98 closed 4 years ago

ivan98 commented 4 years ago

Behaviour

Steps to reproduce this issue

  1. docker run -d --name qb -v /mnt/my-big-raid5-volume:/data crazymax/qbittorrent

Expected behaviour

ln /data, the following folders should be present: config, data, downloads, temp, torrents, watch and webui

Actual behaviour

ln /data, only the following folders are present: downloads, temp, torrents, watch and webui

This is because /data/config and /data/data are created in Dockerfile. When a storage volume is mounted onto /data, they get hidden.

crazy-max commented 4 years ago

Please create a proper bug report (Configuration, Docker info, logs missing). Thanks