Start a stopped Docker Compose container
Is it possible just to start a single container among a group of stopped Docker Compose container? I have a docker-compose.yml file that contains 4 containers: redis, postgres, api and worker. If all of them has stopped, can I start…