By convention: all containers SHOULD keep running, eg. data-containers with tail -f /dev/null Does it mean that in docker-compose.yml command `/bin/bash` should be replaced with `tail -f /dev/null` ?
By convention: all containers SHOULD keep running, eg. data-containers with tail -f /dev/null
Does it mean that in docker-compose.yml command
/bin/bashshould be replaced withtail -f /dev/null?