mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Added explicit reference to Server Pro image in docker-compose (#649)
This commit is contained in:
parent
78d179c459
commit
936f9f8142
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ version: '2.2'
|
|||
services:
|
||||
sharelatex:
|
||||
restart: always
|
||||
# Server Pro users:
|
||||
# image: quay.io/sharelatex/sharelatex-pro
|
||||
image: sharelatex/sharelatex
|
||||
container_name: sharelatex
|
||||
depends_on:
|
||||
|
|
Loading…
Reference in a new issue