mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 09:38:49 +01:00
Updated Install Wekan Docker in production (markdown)
parent
49ddbf617b
commit
9cbc7d06eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue