]> PHS Git Server - phs-stack.git/commitdiff
Adding /home/git to api volumes.
authorcharleswrayjr <charleswrayjr@gmail.com>
Thu, 4 Sep 2025 08:08:14 +0000 (03:08 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Thu, 4 Sep 2025 08:08:14 +0000 (03:08 -0500)
docker-compose.yml

index 94ad2bfd6435378702f46c060d824e5c2a9ef54c..80c9caf13144e4fceffd82d99ecb5da9855c4ef4 100644 (file)
@@ -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