mirror of
https://github.com/wekan/wekan.git
synced 2026-02-28 02:44:07 +01:00
Updated Install Wekan Docker in production (markdown)
parent
69406b28b1
commit
d5120531e0
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ version: '2'
|
|||
services:
|
||||
|
||||
wekandb:
|
||||
image: mongo:3.2.13
|
||||
image: mongo:3.2.14
|
||||
container_name: wekan-db
|
||||
command: mongod --smallfiles --oplogSize 128
|
||||
networks:
|
||||
|
|
@ -68,7 +68,7 @@ networks:
|
|||
**Note:** to start the wekan containers automatically on boot, use the `restart: always` policy on both containers. e.g.
|
||||
```
|
||||
wekan:
|
||||
image: wekanteam/wekan:meteor-1.4
|
||||
image: wekanteam/wekan:latest
|
||||
restart: always
|
||||
...
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue