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 sed regex in docker-compose helper bashscript #609

Conversation

mrnicegyu11
Copy link
Member

What do these changes do?

Change regex.
Prior sed regex assumed name: came on line one. It can come in any line and needs to be removed.
The updated regex will remove all lines that start with name: , although we expect one at most.
This is needed to deploy traefik to dalco.

Related issue/s

Related PR/s

Checklist

  • I tested and it works

@mrnicegyu11 mrnicegyu11 added t:bug Something isn't working p:high-prio FAST labels Mar 18, 2024
@mrnicegyu11 mrnicegyu11 added this to the Schoggilebe milestone Mar 18, 2024
@mrnicegyu11 mrnicegyu11 self-assigned this Mar 18, 2024
@mrnicegyu11
Copy link
Member Author

doesnt apply, read: docker/compose#9306 (comment)

what is mentioned is the root issue, we need to switch to docker stack config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FAST p:high-prio t:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant