good day, I tried to run the port of my php port then error shows up like this. SQLSTATE[HY000] [2002] Connection refused (SQL: select * from sessions where id = Jm6HlI2ZWl7w76oTGJvTyexxmX98bQcxUUOKxTCG limit 1), I already run wamp for this. and check my mysql config and it's all good i guess, I dont know why is this error came up. please help im new to docker thank you.
this is my mysql set up,,,
# MySQL Services
mysql:
image: mysql:5.7
container_name: wellmade_mysql
restart: always
ports:
- "33061:3306"
environment:
MYSQL_DATABASE: ${DB_DATABASE}
MYSQL_ALLOW_EMPTY_PASSWORD: 1
MYSQL_PASSWORD: ""
networks:
- laraveldockerize
and this is my .env file,,,
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=wellmade-server45
DB_USERNAME=root
DB_PASSWORD=