monkeyDluffy6017 commented on PR #546:
URL: https://github.com/apache/apisix-docker/pull/546#issuecomment-1965690060

   . /file uses the . / prefix to explicitly specify a file or directory in the 
current directory. This is a relative path representation, where . represents 
the current working directory. Using this makes the intent of the path clearer, 
indicating that you are actually trying to find the file or directory from the 
current directory.
   file does not specify a path, just the name of the file or directory. In 
Docker Compose, if no path is specified (i.e., there is no leading path 
separator such as . / or / ), this is also treated as a relative path to the 
directory where the current docker-compose.yml file is located. Although in 
effect, file and . /file are identical in most cases, omitting . / may make the 
origin and intent of the path slightly less clear.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to