-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Running Docker-Compose, Error at Step 13 #251
Comments
I am encountering the same error with
|
Composer fails to detect installed xmlwriter, a workaround is to change the Dockerfile: Replace line: |
Thank you @stone, that workaround worked. What is the real fix for this? Now running
Should I change |
@phrohdoh you probably have something that already is listening on port 80 on your host, if you change the EXPOSE 80:80 to EXPOSE 81:80 you can access monica with http://[host]:81/. |
I still get In fact no matter what I use I get that error. I tried changing the first 80 to |
@kstrauser do you see what the error could be? I'm sorry to be of any help here, I'm a total noob concerning Docker. |
@phrohdoh #262 fixes the root cause of the build problem. Unfortunately I'm heading to work and can't look at the other problems right now. Things that may help, in order of aggressiveness:
Let us know if that works, would you? |
When trying to build the Docker image on commit b3f01a1, it fails in a similar way.
|
@kstrauser No dice I get the same error. |
Deleting the folder and making sure that Docker service killed the process and restarted I was able to build successfully but trying to run docker-compose up gives off a "unable to connect to MySQL; Sleeping' |
@supergillis, @phrohdoh I'm not sure about the build problems as that seems to be with the code itself and not the Docker environment (from what I can tell). Could @djaiss take a peek at it? |
@djaiss Is there anything you suggest I do here? I can't contribute to the larger tickets the way I'd like to without this being resolved. |
Ok I was able to get past that error by killing the apache service.
|
@phrohdoh do you have any suggestions for the MySQL error that I am currently facing? Since I opt-in to using the pre-built docker method would the MySQL be another container that has the setting configured by docker? |
@AbdullaBuali Would you share the entire output, please? I get that message as well but just seconds later it moves on to more mysql log messages.
|
@phrohdoh Here is the output, I left it running for a while and that is the only message I would get, it would not move on |
Perhaps MySQL isn't listening on 3306. I suggest a read through docker/compose#374 then let us know if anything there helps. https://serverfault.com/questions/260239/unable-to-connect-to-mysql-through-port-3306#519926 may be of help too. |
I had the same issue being unable to connect to mysql with the prebuilt image. I got it to work by changing DB_HOST in the .env file to DB_HOST=mysql_1 The default value in .evn.example which I created it from is DB_HOST=127.0.0.1 |
Has this been solved? |
You need to set By default this option is set to |
I think this is resolved |
This issue has been automatically locked since there |
Hey all,
I have been trying to get Monica to run on my Ubuntu 17.04 Server ever since I have heard of it but I kept running into issues and my latest issue would be getting stuck at Step 13 of the docker-compose build, I have attached a photo of the error and I was hoping I could get some help with resolving it or if anyone else is facing the same issue.
The text was updated successfully, but these errors were encountered: