This commit is contained in:
2025-03-07 19:32:05 +05:00
parent d6710b8e03
commit 373c80c83b
3 changed files with 56 additions and 2 deletions

View File

@ -13,7 +13,7 @@
docker-compose --version
```
---
----------------------------------------------------------------------------------------------------
## 2. Создание директории для Gotify
Лучшее место для сторонних сервисов — `/opt`:
@ -27,7 +27,7 @@
sudo mkdir -p /opt/gotify/certs && cd /opt/gotify/certs
openssl req -x509 -newkey rsa:4096 -keyout gotify.key -out gotify.crt -days 365 -nodes -subj "/CN=your.domain.com"
```
---
----------------------------------------------------------------------------------------------------
## 3. Создание `docker-compose.yml`
Создадим конфигурацию: