Restart service in docker-compose
system linux docker container root docker-composeReading time: 1 minute, 0 seconds

When you use a docker-compose,you can want restart a service without restart all services.
Type the following command :
docker-compose up --no-deps containername