-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Docker upgrade to v4 is not working #264
Comments
That log actually looks good. Could there be a problem with your reverse proxy? Could you try finding out the container's IP address using |
Thank you for the quick reply. Tomorrow i can test a fresh install. |
I just tested it with a fresh install with the mysql docker-compose.yml file from: https://docs.facilmap.org/developers/server/docker.html#docker-compose. I just inserted my Maxmind id and key, Ors token and Mapbox token. I had problems with the healthcheck and with the DB_Host in line 16. I removed the healthcheck because I then set ports in line 6 to After changing the line 6 the old machine upgrade worked. I think the random published port changed after the upgrade. With the change to 8080:8080 the published port will always be 8080. Updating the Docs would resolve this problem for future installations. Thank you. Should i create a pull request? |
Ah, that makes sense. Actually the I have added a note about this to the docs. Also, the fact that the example config publishes a random port was a mistake, I've also corrected that. I would also be curious what problems you had with the healthcheck. |
Thank you. The second problem in the compose example is in line 16: The health check shows state unhealthy of mysql. The logs:
I executed in the mariadb container: |
Ah, thanks for the hints! I've corrected the wrong Turns out the healthcheck command was for MySQL 5, which I'm personally still using. I've updated the docs to use the right command for MariaDB. |
Thank you for your great work :) |
Hello, firstly nice to see some updates to this project.
I was running v3.4.0 with the docker-compose file, without any problems.
I now just executed
docker-compose pull facilmap
anddocker-compose up
. I left the DB running. The output is shown in the Picture:I tried it with v4.0 and v4.1 and leaving it running for a bit. Nothing changes afterward as in the screenshot shown and the web interface is not reachable.
Any thoughts on why this could be? Thanks ahead :)
The text was updated successfully, but these errors were encountered: