Skip to content

Commit eb76b3b

Browse files
author
rccc
committed
pg references
1 parent 8852044 commit eb76b3b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# PHP symfony environment
2-
Docker environment required to run Symfony (based on official php and mysql docker hub repositories).
2+
Docker environment required to run Symfony (based on official php and postgresql docker hub repositories).
33

44
[![Actions Status](https://github.com/systemsdk/docker-apache-php-symfony/workflows/Symfony%20App/badge.svg)](https://github.com/systemsdk/docker-apache-php-symfony/actions)
55
[![CircleCI](https://circleci.com/gh/systemsdk/docker-apache-php-symfony.svg?style=svg)](https://circleci.com/gh/systemsdk/docker-apache-php-symfony)
@@ -49,7 +49,7 @@ Note 2: Do not use .env.local.php on dev and test environment (delete it if exis
4949

5050
Note 3: If you want to change default web port/xdebug configuration you can create .env.local file and set some params (see .env file).
5151

52-
Note 4: Delete var/mysql-data folder if it exists.
52+
Note 4: Delete var/postgres-data folder if it exists.
5353

5454
3.Add domain to local 'hosts' file:
5555
```bash
@@ -90,7 +90,7 @@ make messenger-setup-transports
9090
## Setting up STAGING environment locally
9191
1.You can clone this repository from GitHub or install via composer.
9292

93-
Note: Delete var/mysql-data folder if it is exist.
93+
Note: Delete var/postgres-data folder if it is exist.
9494

9595
If you have installed composer and want to install environment via composer you can use next cmd command:
9696
```bash
@@ -117,9 +117,9 @@ If you have installed composer and want to install environment via composer you
117117
composer create-project systemsdk/docker-apache-php-symfony example-app
118118
```
119119

120-
2.Edit docker-compose-prod.yml and set necessary user/password for MySQL and RabbitMQ.
120+
2.Edit docker-compose-prod.yml and set necessary user/password for PostgreSql and RabbitMQ.
121121

122-
Note: Delete var/mysql-data folder if it is exist.
122+
Note: Delete var/postgres-data folder if it is exist.
123123

124124
3.Edit env.prod and set necessary user/password for MySQL and RabbitMQ.
125125

@@ -203,7 +203,7 @@ make env-prod
203203
make ssh
204204
make ssh-root
205205
make ssh-supervisord
206-
make ssh-mysql
206+
make ssh-pgsql
207207
make ssh-rabbitmq
208208

209209
make composer-install-no-dev
@@ -215,7 +215,7 @@ make help
215215

216216
make logs
217217
make logs-supervisord
218-
make logs-mysql
218+
make logs-pgsql
219219
make logs-rabbitmq
220220

221221
make drop-migrate

0 commit comments

Comments
 (0)