mirror of
https://github.com/docker/compose.git
synced 2025-09-21 00:37:41 +02:00
To get ~/-paths to work as expected in contaier mode, env-var HOME must be the same outside the container as inside the docker-compose container, otherwise HOME inside the container points to /root which might not be what the user expects. Signed-off-by: Anton Lundin <anton.lundin@umu.se>