### Description - Removes the need to download the nginx config file during the install, - Can be overridden by mounting your own config file. **This is a new feature**: Reduce the amount of steps and files to install LibreTime using docker-compose. **I have updated the documentation to reflect these changes**: Yes ### Testing Notes **What I did:** Do not mount the `./docker/nginx.conf` file in `docker-compose.override.yml` and run: ``` make dev ``` ### **Links** Related to #3155
3 lines
66 B
Plaintext
3 lines
66 B
Plaintext
LIBRETIME_VERSION=main
|
|
LIBRETIME_CONFIG_FILEPATH=./dev/config.yml
|