Skip to content

Commit b2ee535

Browse files
committed
Remove changes accidentally introduces
1 parent d5d68ab commit b2ee535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ services:
77
- .:/app
88
environment:
99
- PROOPH_ENV=dev
10-
- PDO_DSN=pgsql:host=postgres port=5433 dbname=event_engine
10+
- PDO_DSN=pgsql:host=postgres port=5432 dbname=event_engine
1111
- PDO_USER=postgres
1212
- PDO_PWD=
1313

1414
postgres:
1515
image: postgres:alpine
1616
ports:
17-
- 5433:5432
17+
- 5432:5432
1818
environment:
1919
- POSTGRES_DB=event_engine

0 commit comments

Comments
 (0)