mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 16:30:13 +01:00
Updated Install Wekan Docker in production (markdown)
parent
3db1be9e09
commit
c46b23f0db
1 changed files with 6 additions and 1 deletions
|
|
@ -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:** 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:
|
wekan:
|
||||||
image: mquandalle/wekan
|
image: mquandalle/wekan
|
||||||
restart: always
|
restart: always
|
||||||
...
|
...
|
||||||
|
|
||||||
|
wekandb:
|
||||||
|
image: mongo
|
||||||
|
restart: always
|
||||||
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
**Info:** Default DB user: wekandb. Default DB name: wekan.
|
**Info:** Default DB user: wekandb. Default DB name: wekan.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue