I was missing the docker-compose create feature, so here is my proposal.
As the "create" route was already existing for the "create project", I renamed it as "create-project".
Sorry, I couldn't find a better icon for the button...
Note that the docker-compose create command doesn't create the network. It's up to the docker-compose up command. So either create manually your own network before, or use the network_mode option in the "docker-compose.yml" file.
Hi Francesco,
I was missing the
docker-compose create
feature, so here is my proposal. As the "create" route was already existing for the "create project", I renamed it as "create-project". Sorry, I couldn't find a better icon for the button...Note that the
docker-compose create
command doesn't create the network. It's up to thedocker-compose up
command. So either create manually your own network before, or use thenetwork_mode
option in the "docker-compose.yml" file.Pierre