Skip to content

Commit

Permalink
Merge pull request #47 from tuetenk0pp/dependabot/docker/sharelatex/s…
Browse files Browse the repository at this point in the history
…harelatex-5.0.1

Bump sharelatex/sharelatex from 4.2.3 to 5.0.1
  • Loading branch information
tuetenk0pp authored Apr 8, 2024
2 parents 7856646 + f14144f commit ded4727
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# based on the work from rigon (https://github.com/rigon/docker-sharelatex-full)
FROM sharelatex/sharelatex:4.2.3
FROM sharelatex/sharelatex:5.0.1

SHELL ["/bin/bash", "-cx"]

Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,15 @@
[![Docker Stars](https://img.shields.io/docker/stars/tuetenk0pp/sharelatex-full)](https://hub.docker.com/r/tuetenk0pp/sharelatex-full)
[![Docker Image Version (latest by date)](https://img.shields.io/docker/v/tuetenk0pp/sharelatex-full)](https://hub.docker.com/r/tuetenk0pp/sharelatex-full)

Overleaf docker image including all packages available with ``tlmgr install scheme-full`` and minted support.
Inkscape is added for `svg`-image support.
Extended Overleaf Docker Image.
Current Features include:

- fully updated TeX Live installation, including all available packages
- support for minted
- support for `svg`-images through the addition of inkscape
- support for lilipond
- shell-escape enabled by default

Have a look at the [Dockerfile](./Dockerfile) to find out more.

## Installation
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:

mongo:
restart: always
image: mongo:4.4
image: mongo:5.0
container_name: mongo
expose:
- 27017
Expand All @@ -58,7 +58,7 @@ services:

redis:
restart: always
image: redis:5
image: redis:6.2
container_name: redis
expose:
- 6379
Expand Down

0 comments on commit ded4727

Please sign in to comment.