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

docker-compose.yml is not working #33

Open
sheraliinamdar opened this issue Apr 12, 2022 · 1 comment
Open

docker-compose.yml is not working #33

sheraliinamdar opened this issue Apr 12, 2022 · 1 comment

Comments

@sheraliinamdar
Copy link

docker compose is using the script version 3 and it is using older version constructs like "depends_on"
using few latest version construct like "start_period". Please remediate depends_on construct with respect to latest version docker script.

@reflectivedevelopment
Copy link
Contributor

start_period appears to only modify the healthcheck parameter.

depends_on appears to be part of the latest spec. See https://docs.docker.com/compose/compose-file/05-services/#depends_on

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

No branches or pull requests

2 participants