mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 15:28:06 +02:00
change to my docker image
This commit is contained in:
parent
ac08ba7677
commit
ee31d2dea9
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ function __main__() {
|
|||
# Build up the flags to pass to docker-compose
|
||||
local project_name="${PROJECT_NAME:-overleaf}"
|
||||
|
||||
local image_name="sharelatex/sharelatex"
|
||||
local image_name="alicespaceli/sharelatex"
|
||||
if [[ "${SERVER_PRO:-null}" == "true" ]]; then
|
||||
image_name="quay.io/sharelatex/sharelatex-pro"
|
||||
fi
|
||||
|
|
|
@ -29,7 +29,7 @@ function __main__() {
|
|||
fi
|
||||
|
||||
echo "---- Community Edition Images ----"
|
||||
docker images | grep '^sharelatex/sharelatex\s'
|
||||
docker images | grep '^alicespaceli/sharelatex\s'
|
||||
echo "---- Server Pro Images ----"
|
||||
docker images | grep '^quay.io/sharelatex/sharelatex-pro\s'
|
||||
echo "---- TexLive Images ----"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue