Skip to content
Snippets Groups Projects
Commit ac59e1ad authored by Martin Jeppesen's avatar Martin Jeppesen
Browse files

Use mongo:4.0.0 for sharelatex

parent 5690ebee
Branches
No related tags found
No related merge requests found
...@@ -104,8 +104,7 @@ services: ...@@ -104,8 +104,7 @@ services:
<% if enabled_features[:sharelatexdb] %> <% if enabled_features[:sharelatexdb] %>
sharelatex-db: sharelatex-db:
container_name: <%= @container_prefix %>sharelatex-db container_name: <%= @container_prefix %>sharelatex-db
build: image: mongo:4.0.0
context: <%= @src_root %>/sharelatex-db
expose: expose:
- "27017" - "27017"
ports: ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment