Skip to content

Commit 0306feb

Browse files
committed
Improve README
1 parent 1b5924e commit 0306feb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,21 @@
1111
| Nginx |
1212
| PHP7.4 |
1313
| Docker |
14+
| Postgres |
1415

1516

1617
#### Start app
1718
- Build Docker containers
18-
```docker
19+
```bash
1920
docker-compose up --build -d
2021
```
2122

2223
- Install Composer dependencies
23-
```docker
24+
```bash
2425
docker exec -it php7 composer install
2526
```
2627
- Create Alias
27-
- Enter inside container
28+
- Enter inside php7 container
2829
```bash
2930
docker exec -i php7 bash
3031
```
@@ -42,7 +43,7 @@
4243
cp .env.example .env
4344
```
4445
- Set your Slack Api Webhook in .env
45-
```env
46+
```dotenv
4647
SLACK_API_WEBHOOK=your_webhook_here
4748
```
4849

0 commit comments

Comments
 (0)