mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-02-16 02:30:58 +00:00
update docusaurus 3.0.1
This commit is contained in:
@@ -61,10 +61,8 @@ date: 2023-11-06T10:00
|
||||
Обновление пакетов и установка docker
|
||||
|
||||
```
|
||||
apt update && apt upgrade -y
|
||||
apt install -y curl
|
||||
curl -fsSL https://get.docker.com -o get-docker.sh
|
||||
sudo sh get-docker.sh
|
||||
apt update && apt upgrade -y && apt install -y curl
|
||||
curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
|
||||
```
|
||||
|
||||
Конфигурация DNS перенаправление `monitoring.example.com` - на полученный белый IP от timeweb
|
||||
|
||||
Reference in New Issue
Block a user