other port
This commit is contained in:
parent
5658821d06
commit
f21806c453
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ services:
|
||||||
container_name: mysql
|
container_name: mysql
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "3306:3306"
|
- "33061:3306"
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: root
|
MYSQL_ROOT_PASSWORD: root
|
||||||
MYSQL_DATABASE: laravel
|
MYSQL_DATABASE: laravel
|
||||||
|
|
Reference in a new issue