fix: wrong mounting point of linkding data
This commit is contained in:
parent
34c540c4b2
commit
694c57369a
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ services:
|
||||||
- default
|
- default
|
||||||
- reverse_proxy
|
- reverse_proxy
|
||||||
volumes:
|
volumes:
|
||||||
- linkding_data:/etc/linkding/data"
|
- linkding_data:/etc/linkding/data
|
||||||
environment:
|
environment:
|
||||||
LD_ENABLE_OIDC: "True"
|
LD_ENABLE_OIDC: "True"
|
||||||
OIDC_OP_AUTHORIZATION_ENDPOINT: https://auth.alecodes.page/api/oidc/authorization
|
OIDC_OP_AUTHORIZATION_ENDPOINT: https://auth.alecodes.page/api/oidc/authorization
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue