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

Forward SSH agent as a better way to make SSH connectivity available to the containers

parent 6f2137ba
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -21,10 +21,11 @@ services:
PHP_IDE_CONFIG: serverName=Docker
PHP_XDEBUG_REMOTE_CONNECT_BACK: 1
{% endif %}
SSH_AUTH_SOCK: /ssh-agent
volumes:
- ./:/var/www/html
- ./drush:/etc/drush
- ~/.ssh:/root/.ssh
- $SSH_AUTH_SOCK:/ssh-agent
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