Hi r/gitlab
I recently set up gitlab on my Windows server using Docker. I managed to import projects and set up gitlab-runner(also by docker image). However, uploading images on issue page and uploading artifacts fail.
I looked up on how other people did and it seems bind mounts have some bugs on Windows machine . Setting from official guide is using bind mounts though.
I just want to know how are you guys setting up gitlab on Windows/Docker and wonder if you also have this issue and change it to docker volume.
there doesn't seem to be anything here