docker-compose.yml to Toolkit migration
Clone the Toolkit repository
git clone https://github.com/overleaf/toolkit.git ./overleaf-toolkitSetting the image and version
version: '2.2'
services:
sharelatex:
restart: always
# Server Pro users:
# image: quay.io/sharelatex/sharelatex-pro
image: sharelatex/sharelatex:3.5.13Configuring external access
Environment variable migration
NGINX Proxy
Volumes
ShareLaTeX
MongoDB
Redis
Last updated
Was this helpful?