Updated Install Wekan Docker in production (markdown)

Lauri Ojansivu 2017-07-16 14:19:40 +03:00
parent 49ddbf617b
commit 9cbc7d06eb

@ -18,7 +18,7 @@ chmod +x /usr/local/bin/docker-compose
* Let say we create a dedicated user for Wekan : `sudo useradd -d /home/wekan -m -s /bin/bash wekan`
* Add this user to the docker group: `sudo usermod -aG docker wekan`
* Create the file `/home/wekan/docker-compose.yml` containing following.
* CHANGE ROOT_URL https://example.com TO YOUR REAL URL LIKE http://example.com , http://example.com/wekan , http://IP-ADDRESS-HERE OR SIMILAR.
* CHANGE ROOT_URL https://example.com TO YOUR REAL WEKAN URL LIKE http://example.com , http://example.com/wekan , http://IP-ADDRESS-HERE OR SIMILAR.
```yaml