We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Install Wekan Docker in production (markdown)
Update to Meteor 1.4 based Docker image
`sudo useradd -d /home/wekan -m -s /bin/bash wekan`. replaced by `sudo useradd -d /home/wekan -m -s /bin/bash wekan` (notice there is no point at the end)
email configuration
using vhost address in docker-compose.yml solves this issue #609 (https://github.com/wekan/wekan/issues/609)
nginx configuration
add restart: always note.
apache reverse proxy hast do handle websocket connection other than simple http requests