LoginSignup
0
0

More than 1 year has passed since last update.

docker-compose up 時にerror checking context: 'no permission to read from '/Users/config/master.key''.

Posted at
docker-compose up 

を実行したら

soichirohara@SoichironoMacBook-Pro coffee_passport % docker-compose up
Creating network "coffee_passport_default" with the default driver
Creating volume "coffee_passport_mysql-data" with local driver
Creating volume "coffee_passport_vendor_bundle" with local driver
Building web
error checking context: 'no permission to read from '/Users/soichirohara/coffee_passport/config/master.key''.

とエラーになった・

クローンしたリポジトリにマスターキーがなかったので
マスターキーを作り直したからこのエラーが発生したと思われる。

つまり、権限がなかたので、

sudo chmod 764 master.key

をじっこう。

したら解決。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0