instructure / canvas-lms

The open LMS by Instructure, Inc.
https://github.com/instructure/canvas-lms/wiki
GNU Affero General Public License v3.0
5.58k stars 2.48k forks source link

Docker compose container canvas-lms_girhook_installer exited #2149

Open chowhi123 opened 1 year ago

chowhi123 commented 1 year ago

Summary:

Docker compose issue with container canvas-lms_girhook_installer.

Steps to reproduce:

  1. run all the appropriate script
  2. setup docker permission
  3. run containers with docker-compose up -d

    Expected behavior:

    All the container in docker-compose.yml to correctly run

    Actual behavior:

    canvas-lms_girhook_installer container would exit with error

    Additional notes:

    There was a volume missing for /tmp/gems which caused it to exit. I mapped the gems volume which resolved the issue.