Skip to content

Conversation

Animati0n
Copy link

@Animati0n Animati0n commented Feb 8, 2025

While testing the project found that build is failing found 2 reasons:

  • I was using port 80 already with apache setup

fix:

 port:
-   - 80:80 
+   - 9000:80
  • The back-end was failing because of sever trying to access MySQL before image build is completed or MySQL fully initialized
    fix:
+   depends_on: 
+          - mysql

While testing the project found that bulid is failing found 2 reasons:

-- I was using port 80 already with apthche setup

---fix:
 port:
   - 80:80
to

  port:
   - 9000:80

-- the backend was failing because of sever tring to access mysql before
image  build is completed  or MySQL fully initilaized

---fix:

 * added depends_on: - mysql
@Animati0n Animati0n marked this pull request as ready for review February 8, 2025 10:25
@Animati0n
Copy link
Author

Sorry, it's my first time learning to use this.

@Animati0n Animati0n marked this pull request as draft February 13, 2025 17:52
@Animati0n Animati0n marked this pull request as ready for review March 4, 2025 07:18
@mikesir87
Copy link
Member

Apologies on the delayed response to your PR!

First thing... thank you for taking the time to submit a PR to make the tutorial experience better. We're sorry you ran into issues, but glad you got it figured out and even more so that you wanted to help the next person.

We recently made some updates that addressed this issue, so will be closing this PR without merging it.

If you run into any future issues, don't hesitate to reach out or submit another PR!

@mikesir87 mikesir87 closed this Aug 21, 2025
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