docksal/boilerplate-drupal7

No volume declaration for docksal_ssh_agent

Closed this issue · 1 comments

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

Updated to 0.9.0 and docksal_ssh_agent works.