Изменён url к сервисам

This commit is contained in:
2024-10-18 14:56:17 +02:00
parent 221310d78d
commit b1b33258b8

View File

@@ -1,9 +1,9 @@
# noolite-srv # noolite-srv
Simple application that provides access from web to Noolite Adapters PC11xx Simple application that provides access from web to Noolite Adapters PC11xx
Depends on the library [noolite](https://gogs.dended.keenetic.pro/ded/noolitelib.git) Depends on the library [noolite](https://gogs.dended.ru/ded/noolitelib.git)
Is the backend for application [nooLight](https://gogs.dended.keenetic.pro/ded/nooLight.git) Is the backend for application [nooLight](https://gogs.dended.ru/ded/nooLight.git)
# Building # Building
Just build docker image: Just build docker image:
@@ -20,7 +20,7 @@ docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t <your_tag
Install from docker registry: Install from docker registry:
``` ```
docker pull docker.dended.keenetic.pro/noolite-srv docker pull docker.dended.ru/noolite-srv
``` ```
# Using # Using