Skip to content
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-compose install errors #6199

Open
archomt opened this issue May 11, 2024 · 8 comments
Open

Docker-compose install errors #6199

archomt opened this issue May 11, 2024 · 8 comments
Assignees
Labels

Comments

@archomt
Copy link

archomt commented May 11, 2024

Hello,

When I install the kontext with "docker-compose -f docker-compose.yml -f docker-compose.mysql.yml --env-file .env.mysql up
", I have following errors:

image
@tomachalek
Copy link
Member

Hello, thanks for reporting the issue. Please check the latest version from the master branch - the error should be fixed by now.

@archomt
Copy link
Author

archomt commented May 20, 2024

Thank you very much. The errors are fixed. But I got following errors:

1716217481189 1716217556621

I install the kontext with "docker-compose -f docker-compose.yml -f docker-compose.mysql.yml --env-file .env.mysql up
" without any modification.

@tomachalek
Copy link
Member

Thanks for the info, we'll look into it further.

@tomachalek
Copy link
Member

It seems that the problem is due to the fact that we recently switched to Docker Compose V2 and forgot to mention that in the documentation - sorry about that. Upgrading KonText to the latest master and Docker Compose to version 2 should fix it.

@archomt
Copy link
Author

archomt commented May 21, 2024

Thank you for your quick reply. But errors still exist:

af562ff9c1171b43fd806c7b4aee5bf 1716307700915

@mzimandl
Copy link
Contributor

Are you sure, you are running it with the compose v2 (docker compose ... not docker-compose ...)?

docker compose -f docker-compose.yml -f docker-compose.mysql.yml --env-file .env.mysql up

@archomt
Copy link
Author

archomt commented May 22, 2024

When I install kontext with docker compose V2, previous errors disappeared, but I got another error:

1716372163299

The command is docker compose -f docker-compose.yml -f docker-compose.mysql.yml --env-file .env.mysql up

@mzimandl
Copy link
Contributor

Well, now I can't see, why this is happening. My clean install worked...
I would try to rebuild images using --build flag

docker compose -f docker-compose.yml -f docker-compose.mysql.yml --env-file .env.mysql up --build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants