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

index 80c9caf13144e4fceffd82d99ecb5da9855c4ef4..8e823a6b8e27b0bc16f8cdd3973f47db7e1ebee3 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