docs: fix https addresses

This commit is contained in:
Rekryt
2024-09-11 00:40:36 +03:00
parent 6f9ab6b667
commit 8128159294
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ Configuration files are stored in the `config/<group>/<site>.json`. Each JSON fi
## Setting Up and Running in Docker
```shell
git clone git@github.com:rekryt/iplist.git
git clone https://github.com/rekryt/iplist.git
cd iplist
cp .env.example .env
```

View File

@@ -84,7 +84,7 @@ Demo URL: [https://iplist.opencck.org](https://iplist.opencck.org)
## Настройка и запуск под docker
```shell
git clone git@github.com:rekryt/iplist.git
git clone https://github.com/rekryt/iplist.git
cd iplist
cp .env.example .env
```