diff --git a/scripts/Common/Software/docker/services/jellyfin/rtorrent.Dockerfile b/scripts/Common/Software/docker/services/jellyfin/rtorrent.Dockerfile
index 3406add4..1b784480 100644
--- a/scripts/Common/Software/docker/services/jellyfin/rtorrent.Dockerfile
+++ b/scripts/Common/Software/docker/services/jellyfin/rtorrent.Dockerfile
@@ -30,6 +30,7 @@ ENV PVPN_USERNAME= \
     PGID=1000 \
     PHOME=/home/${USERNAME}
 
+RUN mkdir /proton
 ENTRYPOINT [ "proton-entrypoint" ]
 
 FROM vpn AS rtorrent