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 d5d68ab commit b2ee535Copy full SHA for b2ee535
docker-compose.yml
@@ -7,13 +7,13 @@ services:
7
- .:/app
8
environment:
9
- PROOPH_ENV=dev
10
- - PDO_DSN=pgsql:host=postgres port=5433 dbname=event_engine
+ - PDO_DSN=pgsql:host=postgres port=5432 dbname=event_engine
11
- PDO_USER=postgres
12
- PDO_PWD=
13
14
postgres:
15
image: postgres:alpine
16
ports:
17
- - 5433:5432
+ - 5432:5432
18
19
- POSTGRES_DB=event_engine
0 commit comments