monzo / response

Monzo's real-time incident response and reporting tool ⚡️
MIT License
1.52k stars 165 forks source link

fix volume mount issues with SELINUX #228

Closed jeansebastienh closed 3 years ago

jeansebastienh commented 3 years ago

On my fedora 32 workstation, I had the two following issues when doing docker-compose up

response    | bash: /app/startup.sh: Permission denied
response exited with code 126
response    | ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: /response
...
ModuleNotFoundError: No module named 'response

To solve thoses errors I followed this suggestion to configure the selinux label on the volume.

jeansebastienh commented 3 years ago

Not required anymore since Fedora 33