Add note that docker-compose is not required,

you can also use Docker commands.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2018-08-10 15:27:11 +03:00
parent d23c17165f
commit 7b7efac1cf
2 changed files with 12 additions and 1 deletions

View file

@ -1,7 +1,10 @@
version: '2'
services:
# NOTE: docker-compose is not required for using Wekan with Docker.
# You can also use Docker commands with these same environment
# variables: https://github.com/wekan/wekan/wiki/Docker#quay
#-------------------------------------------------------------------
# 1) Create a dedicated user for Wekan, for example:
# sudo useradd -d /home/wekan -m -s /bin/bash wekan
# 2) Add this user to the docker group, then logout+login or reboot: