added new app: linkding (1.44.1)

This commit is contained in:
Markus 2025-11-16 23:19:38 +01:00
parent cbfb60f0c3
commit b698481a9c
4 changed files with 122 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{
"schemaVersion": 2,
"services": [
{
"name": "linkding",
"image": "sissbruecker/linkding:1.44.1-alpine",
"isMain": true,
"internalPort": 9090,
"volumes": [
{
"hostPath": "${APP_DATA_DIR}/data",
"containerPath": "/etc/linkding/data",
"readOnly": false,
"shared": false,
"private": false
}
]
}
]
}