You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,3 +39,5 @@ docker run \
39
39
-v /path/to/php/files:/var/www/html \
40
40
-d -it vladimirok5959/nginx-php-fpm:latest
41
41
```
42
+
43
+
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.
0 commit comments