Docker-compose: services with volume "." are always empty #182
Unanswered
Jean Honlet (jehon)
asked this question in
Q&A
Replies: 1 comment 4 replies
|
I found some stuff:
|
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In docker-compose, I have multiple services with "volume" mapped to "."
In the "devcontainer", this is mapped to a "volume", and it works fine.
But in other services, the "." is not handled.
How to map the "." to the volume?
It could be great to have a "variable" holding either "." or the volume name, but how to construct that?
All reactions