nas-samba v2.0.0: persist Samba TDB, fix startup user migration
This commit is contained in:
@@ -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}" },
|
||||
|
||||
Reference in New Issue
Block a user