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

Clarify requirements on version number

This commit is contained in:
June Kelly 2021-08-24 15:13:17 +01:00
parent 54fee9636d
commit bea4ab009d

View file

@ -16,7 +16,9 @@ $ docker commit sharelatex sharelatex/sharelatex:with-texlive-full
Then add a `docker-compose.override.yml` file to the `config/` folder, and specify
that the toolkit should use this new image to launch the `sharelatex` container in future:
version number in `docker-compose.override.yml` MUST match the version number written in `config/version` file
(Note: the version number in `docker-compose.override.yml` MUST match the version number used by the toolkit scripts (such as `lib/docker-compose.base.yml`))
```yml
---
version: '2.2'