mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 06:37:46 +00:00
🐛 Fix critical nginx error
Nginx was simply not booting.
This commit is contained in:
parent
d6240b7349
commit
f37702fc8d
@ -35,7 +35,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/rendered/nginx:/etc/nginx/conf.d/
|
- ./config/nginx:/etc/nginx/conf.d/
|
||||||
- ./data/lms:/openedx/data/lms:ro
|
- ./data/lms:/openedx/data/lms:ro
|
||||||
- ./data/cms:/openedx/data/cms:ro
|
- ./data/cms:/openedx/data/cms:ro
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user