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

Fix network settings in docker-compose.yml #425

Merged

Conversation

23akei
Copy link
Contributor

@23akei 23akei commented Jan 14, 2024

There was no setting of the network my_network memcached.
So, I add that.

After fix this, I confirmed the benchmarker worked for ruby/golang/php.

My Environment: MacBook Air (2020) M1 processor, 16 GB RAM, macOS Sonoma 14.2.1

Use OrbStack (v1.3.0) as docker engine.

@@ -12,7 +12,7 @@ services:

app:
# Go実装の場合は golang/ PHP実装の場合は php/
build: ruby/
build: php/
Copy link
Owner

Choose a reason for hiding this comment

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

Please do not change this line.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry, I fixed it.
Please review this again. @catatsuy

@catatsuy
Copy link
Owner

Thank you. I failed to chage this file. I would like to merge this PR as soon as possible. @23akei

@catatsuy catatsuy merged commit 9c4c8ff into catatsuy:master Jan 15, 2024
@catatsuy
Copy link
Owner

Thank you! @23akei

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.

None yet

2 participants