You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Works when using compose v1.
Works when using v2 only when the fallback of the VOLUME_SSH_AUTH_SOCKis not present or when the fallback is present in the compose file and not in the .env file.
The text was updated successfully, but these errors were encountered:
maryo
changed the title
Volume defined using variable with fallback in .env stopped working in compose v2
Volume using variable with fallback defined in .env file stopped working in compose v2
May 24, 2022
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Volume using variable with fallback defined in
.env
file stopped working in compose v2..env
docker-compose.yml
produces
error decoding 'Volumes[12]': invalid spec: :-/run/host-services/ssh-auth.sock}:/ssh-agent: empty section between colons
Works when using compose v1.
Works when using v2 only when the fallback of the
VOLUME_SSH_AUTH_SOCK
is not present or when the fallback is present in the compose file and not in the.env
file.ie.
docker-compose.yml
works in both v1 and v2
The text was updated successfully, but these errors were encountered: