Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Support for docker compose version 3 #474

Open
rdlf0 opened this issue May 31, 2017 · 2 comments
Open

Support for docker compose version 3 #474

rdlf0 opened this issue May 31, 2017 · 2 comments

Comments

@rdlf0
Copy link

rdlf0 commented May 31, 2017

When trying to use a docker-compose.yml file with version 3 syntax, I get the following error:

ERRO[0000] Could not parse config for project myprojectname : yaml: unmarshal errors:
  line 1: cannot unmarshal !!str `3` into config.RawService

Rolling back to version 2 solves the problem, but there are features from version 3 which I need.

@enavarro222
Copy link

One can see issue : #421

@CpuID
Copy link
Contributor

CpuID commented Aug 21, 2018

The first half of this is covered by #507 (actually parsing the version string in the file). The v3 specific file features may still be missing and need work though, TBD.

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

No branches or pull requests

3 participants