Upgraded to Trixie and php8.5.3
This commit is contained in:
21
README.md
21
README.md
@@ -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```
|
||||
|
||||
Reference in New Issue
Block a user