mirror of https://github.com/docker/compose.git
When an image declares a volume such as `/var/lib/mysql`, and a Compose file has a line like `./data:/var/lib/mysql/` (note the trailing slash), Compose creates duplicate volume binds when *recreating* the container. (The first container is created without a hitch, but contains multiple entries in its "Volumes" config.) Fixed by normalizing all paths in volumes config. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> |
||
---|---|---|
.. | ||
fixtures | ||
integration | ||
unit | ||
__init__.py |