Explorar o código

Change in note for linux users

As mentioned by @vy-shmal [here](https://github.com/markshust/docker-magento/issues/405#issuecomment-776029611), if we comment nginx.conf line, we don't get Magento's nginx configuration, causing 403 error.
Ricardo Martins %!s(int64=4) %!d(string=hai) anos
pai
achega
f126e49367
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: