فهرست منبع

Merge pull request #411 from r-martins/patch-2

Change in note for linux users
Mark Shust 4 سال پیش
والد
کامیت
255f655726
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      compose/docker-compose.dev.yml

+ 1 - 1
compose/docker-compose.dev.yml

@@ -22,7 +22,7 @@ services:
       #- ./src/var/report:/var/www/html/var/report:cached
       # To sync your SSH to the container, uncomment the following line:
       #- ~/.ssh/id_rsa:/var/www/.ssh/id_rsa:cached
-      # Linux only: remove the above lines and mount the entire src directory with:
+      # Linux only: remove the above lines (except nginx.conf line) and mount the entire src directory with:
       #- ./src:/var/www/html:cached
 
   phpfpm: