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

Update docker compose section for compose v2 #1363

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

Conversation

thomscode
Copy link

Description

Docker Compose v2 uses a - instead of the _ used by Compose v1. This update allows the section to properly detect the container name of containers started by Compose v2 by updating the awk match from _ to _|- so it can split on either underscore or dash.

Docker Compose v2 uses a `-` instead of the `_` used by version one. This update allows the section to properly detect the container name of containers started by Compose v2
@netlify
Copy link

netlify bot commented Jun 16, 2023

Deploy Preview for spaceship-prompt ready!

Name Link
🔨 Latest commit 8de180a
🔍 Latest deploy log https://app.netlify.com/sites/spaceship-prompt/deploys/648cd4410aef300007643c30
😎 Deploy Preview https://deploy-preview-1363--spaceship-prompt.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant