mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-04 19:03:39 +00:00
2f9766a3a1
Added the possibility to easily change the ports that nginx listens to. This is useful, for instance when Apache or Nginx already runs on the host. With this change, it is no longer necessary to edit the docker-compose file to modify these ports. To deploy with alternate ports, add a `.env` file with the following contents: ``` OPENEDX_NGINX_PORT=8080 OPENEDX_NGINX_TLSPORT=8443 ```
7 lines
64 B
Plaintext
7 lines
64 B
Plaintext
.*.swp
|
|
config/
|
|
data-*/
|
|
TODO
|
|
openedx/requirements/private.*
|
|
.env
|