mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 06:07:56 +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:
|
||||
- "80:80"
|
||||
volumes:
|
||||
- ./config/rendered/nginx:/etc/nginx/conf.d/
|
||||
- ./config/nginx:/etc/nginx/conf.d/
|
||||
- ./data/lms:/openedx/data/lms:ro
|
||||
- ./data/cms:/openedx/data/cms:ro
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user