1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 07:18:06 +02:00

Add link to docker-compose documentation

This commit is contained in:
Shane Kilkelly 2020-10-08 11:04:04 +01:00
parent 753c643f99
commit 46f83d01ce

View file

@ -46,3 +46,5 @@ The `config/version` file contains the version number of the docker images that
## The `docker-compose.override.yml` File
If present, the `config/docker-compose.override.yml` file will be included in the invocation to `docker-compose`. This is useful for overriding configuration specific to docker-compose.
See the [docker-compose documentation](https://docs.docker.com/compose/extends/#adding-and-overriding-configuration) for more details.