mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-02-03 17:58:28 +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:
|
services:
|
||||||
permissions:
|
permissions:
|
||||||
environment:
|
environment:
|
||||||
OPENEDX_USER_ID: "{{ HOST_USER_ID }}"
|
OPENEDX_USER_ID: "{{ HOST_USER_ID or 1000 }}"
|
||||||
|
|
||||||
lms:
|
lms:
|
||||||
<<: *openedx-service
|
<<: *openedx-service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user