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: Update depends_on syntax to list format for Docker Compose 3+ compatibility #144

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

4lador
Copy link

@4lador 4lador commented Dec 29, 2024

The current docker-compose.yml file uses an incorrect syntax for the depends_on directive. In Docker Compose version 3 and above, depends_on should be defined as a list, not as an object. This results in an issue when trying to bring down the Docker services using the current file.

This PR corrects the syntax for depends_on to be in list format, ensuring compatibility with Docker Compose version 3+.

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.

1 participant