Skip to content

Changing database port does not work #52

@flip111

Description

@flip111

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
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions