State of project not recognised if a folder has a hypenated name
Opened this issue · 0 comments
dchidell commented
A project folder has a name with a hyphen, for example 'load-balancer'.
If this project is brought up externally by docker-compose CLI, a container named 'load-balancer_blah_blah' will be created. This is expected. However compose UI will not show the project as active. If the project is brought online by compose UI the container name becomes 'loadbalancer_blah_blah' (Note the lack of a hyphen). Compose UI will then recognise the state of the project normally.
A workaround is simply to not use hyphenated directories.