29885/how-do-i-restart-a-single-container-with-docker-compose
Actually it's not that difficult. Here is what you can do. Use the command:
docker-compose restart worker
If you want you can set the time to wait for stop before killing the container.
docker-compose restart -t 30 worker
And you are good to go.
If you can SSH into your server ...READ MORE
If you're seeing a 500 error, that's ...READ MORE
There is one more way which you ...READ MORE
Save your docker image as a tar ...READ MORE
When you use docker-compose down, all the ...READ MORE
It can work if you try to put ...READ MORE
To solve this problem, I followed advice ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Below are some steps which you can ...READ MORE
Here is what you can use to ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.