mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-03 20:14:21 -04:00
install.sh add supports for CentOS
This commit is contained in:
parent
d218661f3d
commit
269ac2410b
5 changed files with 158 additions and 34 deletions
4
test/test_install_script/centos8.dockerfile
Normal file
4
test/test_install_script/centos8.dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM centos:8
|
||||
|
||||
COPY ./install.sh .
|
||||
RUN bash install.sh local /opt/uptime-kuma 3000 0.0.0.0
|
Loading…
Add table
Add a link
Reference in a new issue