Skip to content

Commit f84ec50

Browse files
Merge pull request #446 from range-of-motion/fix-mismatching-database-port-for-docker
Fix mismatching database port for Docker
2 parents 33b5223 + f5f6be2 commit f84ec50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.docker

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ APP_URL=http://localhost:8080
77

88
DB_CONNECTION=mysql
99
DB_HOST=database
10-
DB_PORT=3306
10+
DB_PORT=33061
1111
DB_DATABASE=budget
1212
DB_USERNAME=budget
1313
DB_PASSWORD=test

0 commit comments

Comments
 (0)