6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-24 14:08:23 +00:00

fix: run permissions for windows with HOST_USER_ID or 1000 (#1074)

This commit is contained in:
Danyal Faheem 2024-06-10 17:44:11 +05:00 committed by GitHub
parent fa5201b848
commit f4b500321d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- [Bugfix] Fix permissions error on windows when running `tutor dev start` (by @Danyal-Faheem)

View File

@ -10,7 +10,7 @@ x-openedx-service:
services:
permissions:
environment:
OPENEDX_USER_ID: "{{ HOST_USER_ID }}"
OPENEDX_USER_ID: "{{ HOST_USER_ID or 1000 }}"
lms:
<<: *openedx-service