"stack level too deep" when running docker gitlab-ee and mounted volumes on windows
Summary
"stack level too deep" when running docker gitlab-ee and mounted volumes on windows
Steps to reproduce
run this command : docker run --publish 443:443 --publish 80:80 --publish 22:22 --name gitlab3 --volume D:/dck_volume_gitlab/gitlab3/config:/etc/gitlab --volume D:/dck_volume_gitlab/gitlab3/logs:/var/log/gitlab --volume D:/dck_volume_gitlab/gitlab3/data:/var/opt/ gitlab/gitlab-ee:
failed with the stack trace :
There was an error running gitlab-ctl reconfigure:
stack level too deep
Running handlers complete
Chef Client failed. 555 resources updated in 01 minutes 28 seconds
The image runs ok without mounted volumes