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,3 +1,11 @@
|
||||||
|
# v0.20 2018-08-10
|
||||||
|
|
||||||
|
* Add note to beginning of docker-compose.yml that
|
||||||
|
using docker-compose is not required, you can
|
||||||
|
also use [Docker commands](https://github.com/wekan/wekan/wiki/Docker#quay).
|
||||||
|
|
||||||
|
Thanks to GitHub user xet7 for contributions.
|
||||||
|
|
||||||
# v0.19 2018-08-03
|
# v0.19 2018-08-03
|
||||||
|
|
||||||
* Update wekan-app container internal port to 8080
|
* Update wekan-app container internal port to 8080
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
version: '2'
|
version: '2'
|
||||||
|
|
||||||
services:
|
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:
|
# 1) Create a dedicated user for Wekan, for example:
|
||||||
# sudo useradd -d /home/wekan -m -s /bin/bash wekan
|
# sudo useradd -d /home/wekan -m -s /bin/bash wekan
|
||||||
# 2) Add this user to the docker group, then logout+login or reboot:
|
# 2) Add this user to the docker group, then logout+login or reboot:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue