From f8b3741292049e9fa7935c1ed816c5f8e72f7996 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Fri, 1 Mar 2019 11:16:12 +0000 Subject: [PATCH] remove bit from readme --- server-ce/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/server-ce/README.md b/server-ce/README.md index 53a770d328..ed5cd3a91f 100644 --- a/server-ce/README.md +++ b/server-ce/README.md @@ -42,6 +42,3 @@ We use the [Phusion base-image](https://github.com/phusion/baseimage-docker) in which to run the sharelatex services. Baseimage uses the `runit` service manager to manage services, and we add our init-scripts from the `./runit` folder. - -Overall, this is very like how the services would run in production, it just -happens to be all inside one docker container instead of being on one VM.