We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a653163 commit a751eb1Copy full SHA for a751eb1
README.md
@@ -1 +1,22 @@
1
-# docker-php-nginx-postgres
+## Установка
2
+
3
+#### Для корректной работы нужно установить докер
4
5
+Выберите подходящий дистрибутив и установите клиент докер
6
+`https://docs.docker.com/engine/install/`
7
8
+#### Клонировать репозиторий
9
10
+`git clone https://github.com/G28XYZ/docker-php-nginx-postgres.git`
11
12
+#### Перейти в каталог
13
14
+`cd ./docker-php-nginx-postgres/.docker`
15
16
+#### Соберите контейнер
17
18
+`docker-compose up -d`
19
20
+#### Перейдите по адресу
21
22
+`http://localhost:60`
0 commit comments