SSH into a docker container

Presuming it is already running:

docker-compose exec app bash

where “app” is the name of your application.

Check currently running docker containers for your project and their names with docker compose ps.