mirror of
https://github.com/brmlab/brmkan.git
synced 2025-06-07 19:34:00 +02:00
Add note that docker-compose is not required,
you can also use Docker commands. Thanks to xet7 !
This commit is contained in:
parent
d23c17165f
commit
7b7efac1cf
2 changed files with 12 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue