Docker node is offline on synology

here is the answer
Thank you for your help

admin@SYNOLOGY_4K:/$ sudo docker run -it --rm --mount type=bind,source=/volume1/STORJ/DATA1/storage,destination=/data sstc/sqlite3 sqlite3 reputation
T NULL,
audit_reputation_score REAL NOT NULL,
disqualified TIMESTAMP,
updated_at TIMESTAMP NOT NULL,
PRIMARY KEY (satellite_id)
);
.exitdrop table reputation;
CREATE TABLE reputation (
satellite_id BLOB NOT NULL,
uptime_success_count INTEGER NOT NULL,
uptime_total_count INTEGER NOT NULL,
uptime_reputation_alpha REAL NOT NULL,
uptime_reputation_beta REAL NOT NULL,
uptime_reputation_score REAL NOT NULL,
audit_success_count INTEGER NOT NULL,
audit_total_count INTEGER NOT NULL,
audit_reputation_alpha REAL NOT NULL,
audit_reputation_beta REAL NOT NULL,
audit_reputation_score REAL NOT NULL,
disqualified TIMESTAMP,
updated_at TIMESTAMP NOT NULL,
PRIMARY KEY (satellite_id)
);
.exitSQLite version 3.30.1 2019-10-10 20:19:45
Enter “.help” for usage hints.
sqlite> drop table reputation;
sqlite> CREATE TABLE reputation (
LL,…> satellite_id BLOB NOT NUL
EGER NOT NULL, uptime_success_count INTE
ER NOT NULL, uptime_total_count INTEGE
REAL NOT NULL, uptime_reputation_alpha R
EAL NOT NULL, uptime_reputation_beta RE
REAL NOT NULL, uptime_reputation_score R
GER NOT NULL, audit_success_count INTEG
R NOT NULL, audit_total_count INTEGER
EAL NOT NULL, audit_reputation_alpha RE
AL NOT NULL, audit_reputation_beta REA
EAL NOT NULL, audit_reputation_score RE
…> disqualified TIMESTAMP,
NULL, updated_at TIMESTAMP NOT
d) …> PRIMARY KEY (satellite_id
…> );
sqlite> .exit

admin@SYNOLOGY_4K:/$ sudo docker run -d --restart unless-stopped -p 28967:28967 \

-p 192.168.1.51:14002:14002
-e WALLET=0xxxxxxxxxxx
-e EMAIL=xxxxxxxxx@hotmail.com
-e ADDRESS=xxxxxxxxxxx:28967
-e BANDWIDTH=xxxxTB
-e STORAGE=9TB
–mount type=bind,source=“/volume1/STORJ/IDENTITY1/storagenode”,destination=/app/identity
–mount type=bind,source=“/volume1/STORJ/DATA1”,destination=/app/config
–name storagenode storjlabs/storagenode:7743c677-v1.4.5-go1.13.8
xxxxxxxxxxxxxxx

admin@SYNOLOGY_4K:/$ sudo docker logs --tail 30 storagenode
github.com/spf13/cobra.(*Command).execute:840
github.com/spf13/cobra.(*Command).ExecuteC:945
github.com/spf13/cobra.(*Command).Execute:885
storj.io/private/process.ExecWithCustomConfig:86
storj.io/private/process.ExecCustomDebug:68
main.main:320
runtime.main:203
2020-05-23T19:07:45.086Z INFO Configuration loaded {“Location”: “/app/config/config.yaml”}
2020-05-23T19:07:45.087Z INFO tracing disabled
2020-05-23T19:07:45.107Z INFO Operator email {“Address”: “xxxxxxxxxx@hotmail.com”}
2020-05-23T19:07:45.107Z INFO Operator wallet {“Address”: “xxxxxxxxxxxxxx”}
2020-05-23T19:07:45.900Z INFO db.migration.38 Backfill joined_at column
Error: Error creating tables for master database on storagenode: migrate: no such column: suspended
storj.io/storj/storagenode/storagenodedb.(*DB).Migration.func6:1259
storj.io/storj/private/migrate.Func.Run:263
storj.io/storj/private/migrate.(*Migration).Run.func1:171
storj.io/storj/private/dbutil/txutil.withTxOnce:75
storj.io/storj/private/dbutil/txutil.WithTx:36
storj.io/storj/private/migrate.(*Migration).Run:170
storj.io/storj/storagenode/storagenodedb.(*DB).MigrateToLatest:294
main.cmdRun:180
storj.io/private/process.cleanup.func1.4:343
storj.io/private/process.cleanup.func1:361
github.com/spf13/cobra.(*Command).execute:840
github.com/spf13/cobra.(*Command).ExecuteC:945
github.com/spf13/cobra.(*Command).Execute:885
storj.io/private/process.ExecWithCustomConfig:86
storj.io/private/process.ExecCustomDebug:68
main.main:320
runtime.main:203