40fb835319
Static status dashboard served via nginx, with the switch TLS proxy section relabeled from WWTP to Extreme.
3 lines
67 B
Docker
3 lines
67 B
Docker
FROM nginx:alpine
|
|
COPY index.html /usr/share/nginx/html/index.html
|