File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ PHP is a server-side scripting language designed for web development, but which
3232* For information about PHP and extensions see here: [ php.net] ( https://php.net ) and [ pecl.php.net] ( https://pecl.php.net ) .
3333
3434### How to use these images:
35- * ``` $ docker run --name phpcontainer -v $(pwd)/html:/var/www/html:rw -p PORT:80 -e PHP_ERRORS=1 -e PHP_UPLOAD_MAX_FILESIZE=250 -d tobi312/php:8.1 -apache ```
35+ * ``` $ docker run --name phpcontainer -v $(pwd)/html:/var/www/html:rw -p PORT:80 -e PHP_ERRORS=1 -e PHP_UPLOAD_MAX_FILESIZE=250 -d tobi312/php:8.4 -apache ```
3636
3737* Environment Variables:
3838 * ` TZ ` (set timezone, example: "Europe/Berlin")
@@ -68,15 +68,15 @@ PHP is a server-side scripting language designed for web development, but which
6868 * php with fpm: ` 9000 `
6969
7070* An own Dockerfile?, then here an example with copy additional own entrypoint-file(s) in apache image:
71- ``` $ echo -e "FROM tobi312/php:8.1 -apache\nCOPY *.sh /entrypoint.d/" > Dockerfile ```
71+ ``` $ echo -e "FROM tobi312/php:8.4 -apache\nCOPY *.sh /entrypoint.d/" > Dockerfile ```
7272
7373#### Docker-Compose
7474
7575``` yaml
7676version : " 2.4"
7777services :
7878 php :
79- image : tobi312/php:8.1 -apache
79+ image : tobi312/php:8.4 -apache
8080 container_name : phpcontainer
8181 restart : unless-stopped
8282 # # ports ONLY with apache/nginx:
You can’t perform that action at this time.
0 commit comments