mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-21 13:23:04 +01:00
11 lines
147 B
Docker
11 lines
147 B
Docker
FROM linuxserver/nginx:arm32v7-latest
|
|
LABEL maintainer=henrywhitaker3@outlook.com
|
|
|
|
ENV arch='arm'
|
|
|
|
COPY conf/ /
|
|
|
|
EXPOSE 80 443
|
|
|
|
VOLUME ["/config"]
|