-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
I changed these lines
PMA_PORT: 3307
and
- ${IP}:3307:3307 # change ip if required
in docker-compose.yml. Then i run docker-compose up
Then when i run sudo netstat -tulpn | rg 3306 i get
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 7992/docker-proxy
When CTRL + C in docker compose terminal, and i do netstat again i see that port 3306 is no longer in use.
Metadata
Metadata
Assignees
Labels
No labels