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:
parent
54fee9636d
commit
bea4ab009d
1 changed files with 3 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue