mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Updated Install Wekan Docker on SUSE Linux Enterprise Server 12 SP1 (markdown)
parent
0f30f0b4ad
commit
010f6eb05c
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ reboot
|
|||
7) As normal user (examples: ec2-user, virtual) (root works still too), install MongoDB and Wekan, you can change 8080 to be another port:
|
||||
|
||||
```
|
||||
docker run -d --restart=always --name wekan-db mongo:3.4.3
|
||||
docker run -d --restart=always --name wekan-db mongo:3.2.12
|
||||
|
||||
docker run -d --restart=always --name wekan --link "wekan-db:db" -e "MONGO_URL=mongodb://db" -e "ROOT_URL=http://localhost:8080" -p 8080:80 wekanteam/wekan:meteor-1.4
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue