nas-samba v2.0.0: persist Samba TDB, fix startup user migration

This commit is contained in:
2026-04-26 05:54:55 +00:00
parent b1697d6e1e
commit 6599fc5a21
2 changed files with 17 additions and 4 deletions

View File

@@ -14,7 +14,8 @@
],
"volumes": [
{ "hostPath": "${NAS_PATH:-/nas}", "containerPath": "/nas" },
{ "hostPath": "${APP_DATA_DIR}/data/config", "containerPath": "/config" }
{ "hostPath": "${APP_DATA_DIR}/data/config", "containerPath": "/config" },
{ "hostPath": "${APP_DATA_DIR}/data/samba", "containerPath": "/var/lib/samba" }
],
"environment": [
{ "key": "SMB_PASSWORD", "value": "${SMB_PASSWORD}" },