We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3bfb4 commit 34b9aa6Copy full SHA for 34b9aa6
Dockerfile
@@ -10,6 +10,6 @@ RUN apt update -y && \
10
11
RUN wget https://install.speedtest.net/ooklaserver/ooklaserver.sh && \
12
chmod a+x ooklaserver.sh && \
13
- ./ooklaserver.sh install
+ ./ooklaserver.sh install -f
14
15
CMD ["./OoklaServer --deamon"]
0 commit comments