Auto base sync: 2025-12-13 10:43:04

This commit is contained in:
2025-12-13 10:43:04 +04:00
parent bc8be0f959
commit 5f0c1ceb75
2 changed files with 16 additions and 1 deletions

View File

@@ -22,5 +22,14 @@
], ],
"key": "S" "key": "S"
} }
],
"editor:insert-codeblock": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "B"
}
] ]
} }

View File

@@ -1,4 +1,10 @@
Создание директорий: **Создаем папки:**
```
mkdir -p /opt/adguardhome
cd /opt/adguardhome
```
**Создаем `docker-compose.yml`**
``` ```
mkdir -p /opt/adguardhome mkdir -p /opt/adguardhome
cd /opt/adguardhome cd /opt/adguardhome