6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-12 14:17:46 +00:00

🐛 Fix critical nginx error

Nginx was simply not booting.
This commit is contained in:
Régis Behmo 2018-05-27 20:24:32 -04:00
parent d6240b7349
commit f37702fc8d

View File

@ -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