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:
parent
fa5201b848
commit
f4b500321d
@ -0,0 +1 @@
|
||||
- [Bugfix] Fix permissions error on windows when running `tutor dev start` (by @Danyal-Faheem)
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user