Updated Install Wekan Docker in production (markdown)

Jestine Paul 2017-06-14 00:33:49 +08:00
parent b3944f4e14
commit 5ef8014a99

@ -28,7 +28,6 @@ services:
wekandb: wekandb:
image: mongo:3.2.13 image: mongo:3.2.13
container_name: wekan-db container_name: wekan-db
restart: always
command: mongod --smallfiles --oplogSize 128 command: mongod --smallfiles --oplogSize 128
networks: networks:
- wekan-tier - wekan-tier
@ -41,7 +40,6 @@ services:
wekan: wekan:
image: wekanteam/wekan:latest image: wekanteam/wekan:latest
container_name: wekan-app container_name: wekan-app
restart: always
networks: networks:
- wekan-tier - wekan-tier
ports: ports: