mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-08-29 08:01:03 +00:00
5 lines
91 B
Docker
5 lines
91 B
Docker
FROM centos:7
|
|
|
|
COPY ./install.sh .
|
|
RUN bash install.sh local /opt/uptime-kuma 3000 0.0.0.0
|