FROM ghcr.io/linuxserver/qbittorrent:unstable # set version label ARG BUILD_DATE ARG VERSION ARG QBITTORRENT_VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="thelamer" # add local files COPY root/ / # ports and volumes EXPOSE 6881 6881/udp 8080 VOLUME /config