I have a passbolt docker container and I have added:
restart: always
in my docker-compose.yml file. When I check docker ps -a shell shows the status of the container
docker ps -a
Restarting (210)
. What does 210 it mean? I couldn`t find what does exit code 210 implies.
That means It encountered an error when docker tries to start container. Because of restart:always it restart always when there is an error.
restart:always
1.4m articles
1.4m replys
5 comments
57.0k users