Skip to content

Commit 07c0011

Browse files
committed
Update README.md
1 parent cd78b71 commit 07c0011

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
7676
version: "2.4"
7777
services:
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:

0 commit comments

Comments
 (0)