Skip to content
Snippets Groups Projects
Commit 74e5f496 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add volume to user's ssh directory into PHP container such that remote hosts are accessible

parent 5081ef99
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ services:
volumes:
- ./:/var/www/html
- ./drush:/etc/drush
- ~/.ssh:/root/.ssh
nginx:
image: wodby/drupal-nginx:{{ drupal.version }}-{{ nginx.version }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment