Proper Shutdown with Docker
What is the proper way to shut twenty down when running in docker, when I do docker stop or docker down the twenty_worker exits with code 1 and twenty exits with code 137.
Fresh install with docker and version 1.8.1. All seems to be running correctly, just the shutdown codes are bothering me, no other log info that I can find
2 Replies
Docker compose down works for me
Yup thays what I'm doing as well. Seems to work fine, just don't like the error codes, makes me question long term stability 🤷