self-hosted/uptime-kuma/README.md

10 lines
203 B
Markdown
Raw Normal View History

2022-02-03 20:08:50 +01:00
# Installation
```
2022-04-09 09:10:34 +02:00
git clone https://github.com/atareao/self-hosted.git
cd self-hosted/uptime-kuma
2022-02-03 20:08:50 +01:00
cp sample.env .env
sed -i "s/uptime.tuservidor.es/el_fqdn_que_quieras/g" .env
docker-compose up -d
```