mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-12 01:30:41 +01:00
Update README.md
Updated PHP version in text to 8.3
This commit is contained in:
parent
0c54f0d4e4
commit
7afb4b83a0
@ -20,8 +20,8 @@ docker-compose up -d
|
|||||||
```
|
```
|
||||||
## More information
|
## More information
|
||||||
The provided docker-compose.yml will run the following container:
|
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** running latest PHP 8.3 as FPM (see fpm subdirectory for more information)
|
||||||
* **egroupware-push** running PHP 8.1 Swoole Alpine image for websocket connections
|
* **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-nginx** running Nginx as webserver (by default http only on port 8080)
|
||||||
* **egroupware-db** latest MariaDB 10.6
|
* **egroupware-db** latest MariaDB 10.6
|
||||||
* **egroupware-watchtower** updating all above container automatically daily at 4am
|
* **egroupware-watchtower** updating all above container automatically daily at 4am
|
||||||
@ -41,4 +41,4 @@ services:
|
|||||||
image: egroupware/egroupware:23.1
|
image: egroupware/egroupware:23.1
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "egw.example.org:172.17.0.1"
|
- "egw.example.org:172.17.0.1"
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user