Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. MacOS Docker Error

MacOS Docker Error

Added by Michael Back 11 months ago

Hello, I have tried to install this following the docker compose directions from here.  I am running Docker on MacOS and at one point during the docker compose it is trying to make the directories for the mounted volumes for persistent storage. The location I am trying to use is a mounted Volume that I use for other docker containers and have no problems. I have a gitea and mariadb running and stored on the same drive. /Volumes/Pegasus32\ R8/Docker/{mariadb, gitea, openproejct}

I get to and run OPENPROJECT_HTTPS=false docker-compose up -d (I set the path in my .env file)

I then see this: 

Mac-Pro:openproject mike$ docker compose -f ./compose/docker-compose.yml up --force-recreate -d
[+] Running 6/8
 ⠸ Container compose-db-1        Starting                                                                      10.5s
 ✔ Container compose-autoheal-1  Started                                                                       10.5s
 ✔ Container compose-cache-1     Started                                                                       10.5s
 ⠸ Container compose-seeder-1    Starting                                                                      10.5s
 ✔ Container compose-cron-1      Recreated                                                                      0.1s
 ✔ Container compose-web-1       Recreated                                                                      0.1s
 ✔ Container compose-worker-1    Recreated                                                                      0.1s
 ✔ Container compose-proxy-1     Recreated                                                                      0.0s
Error response from daemon: error while creating mount source path '/host_mnt/Volumes/Pegasus32\ R8/Docker/openproject/assets': mkdir /host_mnt/Volumes/Pegasus32\ R8: permission denied

Any idea on why it can not create the folders? I manually created them and I did try to delete them but it does not seem to do a check if the folder exist and tries to make them every time.

Is it a problem with it being on Mac? I tried checking user permissions and everything online says that, that is not a problem on Mac because it runs as root. I then tried to change the folder permissions to chmod 777 ./openproject chmod 777 ./openproject/assets chmod 777 ./openproject/data


Loading...