Closed dhsathiya closed 1 year ago
I just noticed that after turning the Docker desktop off and on again, all the containers apart from adminer were in stopped state.
adminer
Adding restart:always will also help in case the container stops due to an error.
restart:always
I just noticed that after turning the Docker desktop off and on again, all the containers apart from
adminer
were in stopped state.Adding
restart:always
will also help in case the container stops due to an error.