About changing port assigned to db contianer #645
Unanswered
dennismok2018
asked this question in
Q&A
Replies: 1 comment 1 reply
-
How did you assign the port ? This way is work for me
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried assigning different port other than 3306 to mysql container by modifying docker-compose.yml
like this:
But it seems it doesn't do the trick as after bin/restart I got:
when I load into https://magento.test/
What else should I change so that I can correctly change the port I assign to the db container?
Beta Was this translation helpful? Give feedback.
All reactions