Redis on Docker書き込み時に以下のエラー

Spring boot側のエラー

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のログ

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

対応方法

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

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

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