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 docker-compose dev stack for Apple silicon #432

Merged
merged 1 commit into from
May 10, 2023

Conversation

drdrsh
Copy link
Collaborator

@drdrsh drdrsh commented May 10, 2023

The docker-compose dev setup is broken under Apple silicon, starting the stack fails with the following error. Switching to a different docker image fixes the issue.
Screen Shot 2023-05-10 at 10 04 53 AM

@@ -25,7 +25,7 @@ x-common-env-pg:

services:
main:
image: kubernetes/pause
Copy link
Contributor

Choose a reason for hiding this comment

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

Didn't know we used kubernetes contains in this stack.

@drdrsh drdrsh changed the title Fix docker dev on apple silicon Fix docker-compose dev stack for Apple silicon May 10, 2023
@drdrsh drdrsh merged commit 5056cbe into main May 10, 2023
@levkk levkk deleted the mostafa_fix-dev-for-apple-silicon branch May 10, 2023 15:29
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.

2 participants