Skip to content

Commit 13678a6

Browse files
authored
Update docker-compose.yml
1 parent 29deb65 commit 13678a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
image: mysql:8
2424
container_name: laravel-mysql
2525
ports:
26-
- "3307:3306"
26+
- "3306:3306"
2727
environment:
2828
MYSQL_ROOT_PASSWORD: your_mysql_root_password
2929
MYSQL_DATABASE: your_database_name

0 commit comments

Comments
 (0)