mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-24 06:28:27 +01:00
Added dockerfile for arm
This commit is contained in:
10
arm.Dockerfile
Normal file
10
arm.Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM linuxserver/nginx:arm32v7-latest
|
||||
LABEL maintainer=henrywhitaker3@outlook.com
|
||||
|
||||
COPY conf/ /
|
||||
|
||||
RUN sed -i 's/1\.0\.0-x86_64/1\.0\.0-arm/' /etc/cont-init.d/50-speedtest
|
||||
|
||||
EXPOSE 80 443
|
||||
|
||||
VOLUME ["/config"]
|
||||
Reference in New Issue
Block a user