Files
qbt-gluetun-portmgr/Dockerfile
T
Kelly Thomas Reardon b594721036 v0.1
2024-09-02 10:21:39 -05:00

11 lines
246 B
Docker

FROM mcr.microsoft.com/powershell
ENV SCHEDULE=60
ENV GLUETUNFORWARDEDPORTFILE="/tmp/forwarded_port"
VOLUME /tmp
WORKDIR /data
ADD ["Start-QBTGluetunPortMgr.ps1", "/data/"]
ENTRYPOINT ["pwsh", "-Command", "/data/Start-QBTGluetunPortMgr.ps1"]