docksal / boilerplate-drupal7

Drupal 7 boilerplate project with basic configuration powered by Docksal
https://docksal.io
13 stars 18 forks source link

No volume declaration for docksal_ssh_agent #2

Closed davekopecek closed 7 years ago

davekopecek commented 7 years ago

fin start / fin init results in:

Named volume "docksal_ssh_agent:/.ssh-agent:ro" is used in service "cli" but no declaration was found in the volumes section.

Line 61 of docksal.yml calls docksal_ssh_agent but there is no declaration found

      # Shared ssh-agent socket
      - docksal_ssh_agent:/.ssh-agent:ro

This (still) works:

    # Mount shared ssh-agent socket
    volumes_from:
      - container:ssh-agent

I'm running 0.7.1

davekopecek commented 7 years ago

Updated to 0.9.0 and docksal_ssh_agent works.