From 5ef8014a997ab92d9adb0bbc3235587b255d39e8 Mon Sep 17 00:00:00 2001 From: Jestine Paul Date: Wed, 14 Jun 2017 00:33:49 +0800 Subject: [PATCH] Updated Install Wekan Docker in production (markdown) --- Install-Wekan-Docker-in-production.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Install-Wekan-Docker-in-production.md b/Install-Wekan-Docker-in-production.md index 290cb17..1ccd0fc 100644 --- a/Install-Wekan-Docker-in-production.md +++ b/Install-Wekan-Docker-in-production.md @@ -28,7 +28,6 @@ services: wekandb: image: mongo:3.2.13 container_name: wekan-db - restart: always command: mongod --smallfiles --oplogSize 128 networks: - wekan-tier @@ -41,7 +40,6 @@ services: wekan: image: wekanteam/wekan:latest container_name: wekan-app - restart: always networks: - wekan-tier ports: