renamed to drop spaces

This commit is contained in:
cody conder
2026-04-28 21:28:48 -05:00
parent a059b2abf3
commit 9180741f97
15 changed files with 0 additions and 0 deletions
@@ -0,0 +1,23 @@
{
"$schema": "https://schemas.runtipi.io/dynamic-compose.json",
"services": [
{
"name": "siyuan",
"image": "b3log/siyuan:v3.3.5",
"isMain": true,
"internalPort": 6806,
"environment": {
"TZ": "${TZ}",
"PUID": "1000",
"PGID": "1000"
},
"volumes": [
{
"hostPath": "${APP_DATA_DIR}/data/workspace",
"containerPath": "/siyuan/workspace/"
}
],
"command": ["--workspace=/siyuan/workspace/", "--accessAuthCode=${SIYUAN_ACCESS_AUTH_CODE}"]
}
]
}