Adding support for PHP 8.4 and upgrading MariaDB to 11.4.5
All checks were successful
Cloud Apache Container / Build-and-Push (push) Successful in 47s

This commit is contained in:
2025-03-16 10:43:16 -07:00
parent 8a7490ef98
commit 4fd7ee465a
4 changed files with 13 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
# Cloud Apache Container #
This is the base container for running PHP based applications. Select the PHP version environment variables. PHP Version Defaults to PHP 8.1
This is the base container for running PHP based applications. Select the PHP version environment variables. PHP Version Defaults to PHP 8.3
*__You mush have docker or compatable containerization software running.__*
@@ -17,7 +17,7 @@ mkdir -p local-development/domain.tld
cd local-development/domain.tld
mkdir user
mkdir -p user/logs/{apache,system}
docker run -d -it -p 80:80 -p 443:443 -e PHPVER=82 -e environment=DEV --mount type=bind,source="$(pwd)"/user,target=/home/myuser -v"$name-mysql":/var/lib/mysql -e uid=30001 -e user=myuser -e domain=localhost --name local-dev repo.anhonesthost.net/cloud-hosting-platform/cac:latest
docker run -d -it -p 80:80 -p 443:443 -e PHPVER=84 -e environment=DEV --mount type=bind,source="$(pwd)"/user,target=/home/myuser -v"$name-mysql":/var/lib/mysql -e uid=30001 -e user=myuser -e domain=localhost --name local-dev repo.anhonesthost.net/cloud-hosting-platform/cac:latest
```
*This will start the processes needed to run sites locally.*
@@ -48,7 +48,8 @@ The database credentials are shown in the /home/```$user```/mysql_creds file, wh
*80* - PHP 8.0
*81* - PHP 8.1
*82* - PHP 8.2
*83* - PHP 8.3
*83* - PHP 8.3
*84* - PHP 8.4
### Environment Variables ###
__Required Tags__