We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e885e8b + 76015c9 commit f264ed9Copy full SHA for f264ed9
README.md
@@ -41,7 +41,7 @@ This option set temporary the memory limit php option to 512M
41
With a setting to 1Giga of memory:
42
43
```
44
-docker run --rm -v $(pwd):/app php7compatibility 7.2 -d memory_limit=1G .
+docker run --rm -v $(pwd):/app vfac/php7compatibility 7.2 -d memory_limit=1G .
45
46
47
#### File extensions
@@ -58,7 +58,7 @@ Several extensions can be add, with a comma separation
58
--extensions=php,lib
59
60
61
-Exemple
+Example
62
63
64
docker run --rm -v $(pwd):/app vfac/php7compatibility 7.1 --extensions=php .
0 commit comments