You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/installation.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ cd my_debot
21
21
22
22
#### Шаг 2: Создайте файл `docker-compose.yml`
23
23
24
-
Внутри папки `my_debot` создайте файл с именем `docker-compose.yml` и скопируйте в него следующее содержимое:
24
+
Внутри папки `my_debot` создайте файл с именем `docker-compose.yml` и скопируйте в него следующее содержимое. Он уже включает проверку готовности базы данных (`healthcheck`) для стабильного запуска.
25
25
26
26
```yaml
27
27
services:
@@ -36,7 +36,8 @@ services:
36
36
# Эта папка будет создана на вашем хосте для хранения модулей
0 commit comments