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

fixed error in docker compose setup #762

Merged
merged 1 commit into from
Feb 20, 2022

Conversation

RobertFloor
Copy link

This pull request fixes #759, the docker compose setup was not working. It ended up not finding the correct community.

I found three improvements:

1 Add this capability to the mysql container to solve thembind operation not permittederror (https://docs.docker.com/config/containers/resource_constraints/)
cap_add:
- SYS_NICE

2 Included the local dev port in the container as an environment variable

3 Rebuild the cache after creating the community

@cellio cellio requested a review from sau226 January 17, 2022 18:51
Copy link
Member

@sau226 sau226 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cellio
Copy link
Member

cellio commented Feb 18, 2022

@ArtOfCode- any issues with this or is it ok to merge? Thanks.

@ArtOfCode- ArtOfCode- merged commit be7c960 into codidact:develop Feb 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker compose setup gives: No community record matching Host='localhost:3000'
5 participants