diff --git a/Install-Wekan-Docker-in-production.md b/Install-Wekan-Docker-in-production.md index 3568eb5..bd68679 100644 --- a/Install-Wekan-Docker-in-production.md +++ b/Install-Wekan-Docker-in-production.md @@ -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