LinguaCafe icon indicating copy to clipboard operation
LinguaCafe copied to clipboard

Error in docker-compose file 'name' does not match any of the regexes

Open stereotypy opened this issue 1 year ago • 3 comments

I'm getting the error 'name' does not match any of the regexes: '^x-' with the default docker compose. It looks like the latest version no longer supports the name attribute, removing it worked.

stereotypy avatar Jul 09 '24 04:07 stereotypy

I think this happens because you are using the standalone docker-compose binary which was deprecated a long time ago and never supported the attribute. You should be using the modern docker compose extension instead.

According to the Compose Specification name is a valid top level element.

sergiolaverde0 avatar Jul 12 '24 15:07 sergiolaverde0

@sergiolaverde0 We probably found the issue in #312

simjanos-dev avatar Jul 12 '24 16:07 simjanos-dev

@stereotypy Did you succeed installing linguacafe? I'm happy to help if I can.

simjanos-dev avatar Jul 15 '24 19:07 simjanos-dev

I'll close this issue since it got no response for a month. Please feel free to open it again if you still have problems, I'm happy to help if I can.

simjanos-dev avatar Aug 19 '24 22:08 simjanos-dev