Skip to content

Commit 08d0200

Browse files
authored
Adjust container ports (#354)
1 parent 17a5670 commit 08d0200

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/.env.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ APP_KEY=base64:i3g6f+dV8FfsIkcxqd7gbiPn2oXk5r00sTmdD6V5utI=
33
DB_CONNECTION=pgsql
44
DB_DATABASE=laravel
55
DB_HOST=db
6-
DB_PORT=15432
6+
DB_PORT=5432
77
DB_USERNAME=laravel
88
DB_PASSWORD=laravel
99

@@ -15,4 +15,4 @@ QUEUE_FAILED_DRIVER=null
1515

1616
REDIS_HOST=redis
1717
REDIS_PASSWORD=
18-
REDIS_PORT=16380
18+
REDIS_PORT=6379

tests/.env.unit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ APP_KEY=base64:i3g6f+dV8FfsIkcxqd7gbiPn2oXk5r00sTmdD6V5utI=
33
DB_CONNECTION=pgsql
44
DB_DATABASE=laravel
55
DB_HOST=db
6-
DB_PORT=15432
6+
DB_PORT=5432
77
DB_USERNAME=laravel
88
DB_PASSWORD=laravel
99

@@ -12,4 +12,4 @@ QUEUE_FAILED_DRIVER=null
1212

1313
REDIS_HOST=redis
1414
REDIS_PASSWORD=
15-
REDIS_PORT=16380
15+
REDIS_PORT=6379

0 commit comments

Comments
 (0)