#author("2020-08-15T02:16:31+00:00","default:wikiadmin","wikiadmin")
*Redis on Docker書き込み時に以下のエラー [#j4de3f50]

**Spring boot側のエラー [#nedc5fe6]

 MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails

**Dockerのログ [#i687590f]

 Failed opening the RDB file root (in server root dir /etc/crontabs) for saving: Permission denied

**対応方法 [#w13a028c]

Volumeマウントが/etc/crontabだったので以下のように変更

 - ./data/redis:/data
 - ./data/crontabs:/etc/crontabs

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS