From: charleswrayjr Date: Thu, 4 Sep 2025 08:08:51 +0000 (-0500) Subject: Adding /home/git to api volumes. X-Git-Url: https://git.phasecustomsoft.com/static/git-favicon.png?a=commitdiff_plain;h=4675b9f49451f12b8ae597f6d2ac7d9b6b46e070;p=phs-stack.git Adding /home/git to api volumes. --- diff --git a/docker-compose.yml b/docker-compose.yml index 80c9caf..8e823a6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -36,7 +36,7 @@ services: volumes: - ./volumes/phs-api:/usr/src/app - ./volumes/phs-api/pm2logs:/home/node/.pm2/logs - - /home/git: /home/git + - /home/git:/home/git - ./volumes/phs-api/npmcache:/root/.npm-cache ports: - 23602:3601