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 29deb65 commit 13678a6Copy full SHA for 13678a6
docker-compose.yml
@@ -23,7 +23,7 @@ services:
23
image: mysql:8
24
container_name: laravel-mysql
25
ports:
26
- - "3307:3306"
+ - "3306:3306"
27
environment:
28
MYSQL_ROOT_PASSWORD: your_mysql_root_password
29
MYSQL_DATABASE: your_database_name
0 commit comments