Updated Install Wekan Docker in production (markdown)

Luca Cignoni 2016-09-06 15:17:39 +02:00
parent 3db1be9e09
commit c46b23f0db

@ -32,12 +32,17 @@ wekandb:
**Note:** we want to preserve the port 80 on the host, so we bind Wekan on port 8081. This port 8081 will next be bound to a vhost in apache (thus on port 80).
**Note:** to start the wekan containers automatically on boot, use the `restart: always` policy. e.g.
**Note:** to start the wekan containers automatically on boot, use the `restart: always` policy on both containers. e.g.
```
wekan:
image: mquandalle/wekan
restart: always
...
wekandb:
image: mongo
restart: always
...
```
**Info:** Default DB user: wekandb. Default DB name: wekan.