Upgraded to Trixie and php8.5.3

This commit is contained in:
2026-03-20 08:49:15 -07:00
parent a5deb07a66
commit 546c49767f
7 changed files with 173 additions and 91 deletions

View File

@@ -9,7 +9,7 @@ It provides a streamlined stack featuring Apache, the latest PHP version, Redis,
## Features
- **PHP Version**: 8.4.5
- **PHP Version**: 8.5.3
- **Apache Web Server**: Configured to run PHP applications
- **Support for**:
- `remoteip` (reverse proxy)
@@ -33,12 +33,21 @@ cd corxn
```bash
sudo su
docker buildx build --no-cache -t 4lights/corxn:6.0.0 -t 4lights/corxn:latest --load .
docker login
docker push 4lights/corxn:6.0.0
docker buildx build --no-cache -t 4lights/corxn:8.5.3 -t 4lights/corxn:latest --load .
docker login -u <username>
docker push 4lights/corxn:8.5.3
docker push 4lights/corxn:latest
```
# Testing
# References And Notes
Here is how to text the build:
```bash
mkdir -p data/uploads && sudo chown -R 33:33 data/uploads && chmod 775 data/uploads
docker compose up -d
# Visit: http://localhost:8000/test.php
# Test: file upload and that green checkmarks exist
```
Test using test.php
# Logs
```docker logs corxn```