mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Updated Docker (markdown)
parent
9acdb46eef
commit
44f914b92e
1 changed files with 15 additions and 1 deletions
16
Docker.md
16
Docker.md
|
|
@ -8,10 +8,24 @@ Only amd64 currently works. Currently used Node.js 14.x segfaults at arm64 and s
|
|||
|
||||
Dockerfile is at https://raw.githubusercontent.com/wekan/wekan/main/Dockerfile
|
||||
|
||||
For building custom image, and then running it, uncomment these lines:
|
||||
For building custom image, and then running it, uncomment these lines,
|
||||
that are currently here, but line numbers could change, if that docker-compose.yml
|
||||
is later modified:
|
||||
|
||||
https://github.com/wekan/wekan/blob/main/docker-compose.yml#L144-L146
|
||||
|
||||
After your above modifications, text should look like this:
|
||||
|
||||
```
|
||||
#-------------------------------------------------------------------------------------
|
||||
# ==== BUILD wekan-app DOCKER CONTAINER FROM SOURCE, if you uncomment these ====
|
||||
# ==== and use commands: docker-compose up -d --build
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
#-------------------------------------------------------------------------------------
|
||||
```
|
||||
|
||||
Then modify ROOT_URL, etc settings as needed, see https://github.com/wekan/wekan/wiki/Settings
|
||||
|
||||
Start WeKan with custom built Dockerfile with this command:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue