Browse Source

Update README.md

Vova Tkach 5 years ago
parent
commit
74fa4b2aa4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -39,3 +39,5 @@ docker run \
     -v /path/to/php/files:/var/www/html \
     -d -it vladimirok5959/nginx-php-fpm:latest
 ```
+
+Host network just for example, `-v /etc/timezone:/etc/timezone:ro` for getting time zone from host machine and `-v /path/to/php/files:/var/www/html` for rebind htdocs/www directory with PHP files, just for example if this image used as standalone without inheriting.