mirror of
https://github.com/wekan/wekan.git
synced 2026-02-04 23:51:48 +01:00
Adding WRITABLE_PATH to docker config
This commit is contained in:
parent
59823a0661
commit
f94ae76609
2 changed files with 6 additions and 0 deletions
|
|
@ -33,10 +33,12 @@ services:
|
|||
- WITH_API=true
|
||||
- RICHER_CARD_COMMENT_EDITOR=true
|
||||
- BROWSER_POLICY_ENABLED=true
|
||||
- WRITABLE_PATH=/data
|
||||
depends_on:
|
||||
- wekandb-dev
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ./volumes/data:/data
|
||||
- ../client:/home/wekan/app/client
|
||||
- ../models:/home/wekan/app/models
|
||||
- ../config:/home/wekan/app/config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue