-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error When docker-compose up -d
#70
Comments
i solved it because of this. maybe @chrisleekr @henryohanga can add this to troubleshoot if OS Windows. |
maybe need change in |
I fixed to use composer 2. Please take a look and if it fixed, close the issue. Thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried this boilerplate for first time for learning how to use yii2.
Then I followed How to Start, until I met this error.
When I read, it has error at
./api/Dockerfile
. Then I change some code to try if that works.from this,
to this,
Then It works.
But something happened. In my docker, only mysql, nginx, and memcached are running.
![image](https://user-images.githubusercontent.com/19951241/123423359-ab1f8d00-d5e9-11eb-8252-5599c720875a.png)
in
api
container it showin
backend
container it showin
frontend
container it showI dont know what happen. Anybody can explain me why and how to solve it?
Thank you so much.
btw, my OS is Windows 10 and I am using Docker Desktop for Windows.
The text was updated successfully, but these errors were encountered: