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

Adding version number in 'docker-compose.override.yml'

If version number in `docker-compose.override.yml` is not present, docker-compose assumes version 1 and complains version mismatch with number given `version` file.
This commit is contained in:
Avaneesh Tripathi 2021-07-03 11:58:28 +05:30 committed by GitHub
parent ff69296557
commit 6c2c7fed2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,9 +16,10 @@ $ 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
```yml
---
version: '2.2'
services:
sharelatex:
image: sharelatex/sharelatex:with-texlive-full