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