This commit is contained in:
Kelly Thomas Reardon
2024-09-02 10:21:39 -05:00
parent 79d18692be
commit b594721036
3 changed files with 70 additions and 0 deletions
+5
View File
@@ -1,5 +1,10 @@
FROM mcr.microsoft.com/powershell
ENV SCHEDULE=60
ENV GLUETUNFORWARDEDPORTFILE="/tmp/forwarded_port"
VOLUME /tmp
WORKDIR /data
ADD ["Start-QBTGluetunPortMgr.ps1", "/data/"]