-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Installation with Docker doesn't work #340
Comments
What do you have if you run |
|
What Mac do you have? |
I think it's better to create a new user and run docker there |
Please comment out these environment variables in Lines 7 to 9 in 7e3746a
|
That got me little further in the process
|
Run composer diagnose --profile Or try clearing the cache and updating the composer version: composer clear-cache
composer self-update --stable |
Helped. I am surprised it uses my host system composer while deploying things in docker container... Also my host 80 port has already been occupied by another app. How to set alternative port number? |
Modify the Line 9 in 7e3746a
Then restart the docker container: make down
make up |
To reproduce the issue just follow "Installation with Docker" section of README.md.
What is the expected result?
Get app installed and set up
What do you get instead?
Error:
Additional info
The text was updated successfully, but these errors were encountered: