---version:"3.7"services:qbittorrent:container_name:qbitimage:hotio/qbittorrent:latestnetworks:-proxy# rename this to your custom docker networkports:-"4000:8080"environment:-PUID=${PUID}-PGID=${PGID}-UMASK=002-TZ=${TZ}volumes:-"${CFG_DIR}/qbittorrent:/config"-"${DATA_DIR}/Torrents:/data/Torrents"-"${DATA_DIR}/Del:/Del"restart:unless-stoppednetworks:proxy:# rename this to your custom docker network.external:true