[PR #547] fix: Add depends_on statement #549

Open
opened 2025-11-06 14:28:32 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/547
Author: @256javy
Created: 1/12/2025
Status: 🔄 Open

Base: masterHead: patch-1


📝 Commits (1)

  • 7550b41 fix: Add depends_on statement

📊 Changes

1 file changed (+3 additions, -1 deletions)

View changed files

📝 wordpress-mysql/compose.yaml (+3 -1)

📄 Description

While I tried this docker compose file, the wordpress service couldn't start because of the delayed start of the db service. So I manged to add the depends_on to wait for the db service.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/docker/awesome-compose/pull/547 **Author:** [@256javy](https://github.com/256javy) **Created:** 1/12/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`7550b41`](https://github.com/docker/awesome-compose/commit/7550b41eed6a9d1cb262feb0c8a9bb2f1ffb4ab8) fix: Add depends_on statement ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `wordpress-mysql/compose.yaml` (+3 -1) </details> ### 📄 Description While I tried this docker compose file, the wordpress service couldn't start because of the delayed start of the db service. So I manged to add the depends_on to wait for the db service. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 14:28:32 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#549