Merge pull request #667 from 3dwardch3ng/app/trillium
update env vars for docker
This commit is contained in:
@@ -25,6 +25,10 @@ spec:
|
||||
env:
|
||||
- name: TRILIUM_DATA_DIR
|
||||
value: "/home/node/trilium-data"
|
||||
- name: USER_UID
|
||||
value: "1000"
|
||||
- name: USER_GID
|
||||
value: "1000"
|
||||
ports:
|
||||
- protocol: TCP
|
||||
containerPort: 8080
|
||||
|
||||
Reference in New Issue
Block a user