docs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paolo Asperti 2024-12-13 12:22:24 +01:00
parent dfb4b078fc
commit 4e9ca79504
Signed by: paspo
GPG Key ID: 06D46905D19D5182
2 changed files with 2 additions and 2 deletions

View File

@ -19,5 +19,5 @@ services:
- ./www:/data/www
- ./ssh:/ssh # add authorized_keys file here
environment:
PHP: php84 # none, php82, php83, php84
PHP: php84 # none (default), php82, php83, php84
```

View File

@ -8,4 +8,4 @@ services:
- ./www:/data/www
- ./ssh:/ssh # add authorized_keys file here
environment:
PHP: php84 # none, php82, php83, php84
PHP: php84 # none (default), php82, php83, php84