mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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:
|
services:
|
||||||
sharelatex:
|
sharelatex:
|
||||||
restart: always
|
restart: always
|
||||||
|
# Server Pro users:
|
||||||
|
# image: quay.io/sharelatex/sharelatex-pro
|
||||||
image: sharelatex/sharelatex
|
image: sharelatex/sharelatex
|
||||||
container_name: sharelatex
|
container_name: sharelatex
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in a new issue