docker4drupal
docker4drupal copied to clipboard
How to ssh to sites running in parallel?
It's possible to connect to a site via ssh (see #38).
It's also possible to run multiple sites at the same time, see https://docker4drupal.readthedocs.io/en/latest/multiple-projects/
Please provide information about how to connect to each of the sites that run in parallel via ssh.
You go to each projects directory where docker-compose.yml
is located and ssh from there?
I mean, thats one of the ways.
@Vacilando what's in your docker-compose.yaml?
Just try docker-compose run --rm php '/bin/bash'