mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
run with variables
This commit is contained in:
parent
271ab687d8
commit
9909e72727
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -64,6 +64,16 @@ sudo docker-compose pull & sudo docker-compose up -d --no-build
|
|||
sudo docker-compose up -d --build
|
||||
```
|
||||
|
||||
#### Running from locally built dockerhub images and modified `ARG` variables (not recommended)
|
||||
```
|
||||
echo 'NODE_VERSION=v6.6.0' >> .env && \
|
||||
echo 'METEOR_RELEASE=1.4.2.3' >> .env && \
|
||||
echo 'NPM_VERSION=4.1.2' >> .env && \
|
||||
echo 'ARCHITECTURE=linux-x64' >> .env && \
|
||||
echo 'SRC_PATH=./' >> .env && \
|
||||
sudo docker-compose up -d --build
|
||||
```
|
||||
|
||||
Docker example, running latest Wekan using docker run commands alone:
|
||||
```
|
||||
docker run -d --restart=always --name wekan-db mongo:3.2.11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue