Update README.md

Updated PHP version in text to 8.3
This commit is contained in:
Ralf Becker 2024-12-08 08:53:51 +01:00 committed by GitHub
parent 0c54f0d4e4
commit 7afb4b83a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,8 +20,8 @@ docker-compose up -d
```
## More information
The provided docker-compose.yml will run the following container:
* **egroupware** running latest PHP 8.1 as FPM (see fpm subdirectory for more information)
* **egroupware-push** running PHP 8.1 Swoole Alpine image for websocket connections
* **egroupware** running latest PHP 8.3 as FPM (see fpm subdirectory for more information)
* **egroupware-push** running PHP 8.3 Swoole Alpine image for websocket connections
* **egroupware-nginx** running Nginx as webserver (by default http only on port 8080)
* **egroupware-db** latest MariaDB 10.6
* **egroupware-watchtower** updating all above container automatically daily at 4am
@ -41,4 +41,4 @@ services:
image: egroupware/egroupware:23.1
extra_hosts:
- "egw.example.org:172.17.0.1"
```
```