Compare commits

..

No commits in common. "e6b9d42097bb521e09283829809e0fbe916d90af" and "f59517b31819c90e7e385588f5729e1bb28d6069" have entirely different histories.

3 changed files with 12 additions and 12 deletions

View File

@ -1,12 +1,10 @@
![Novaconium PHP](/_assets/novaconium-logo.png)
# CORXN - The Core Foundation of Novaconium
# 4 Lights Consulting PHP APACHE Debian Continaer
Dockerhub: https://hub.docker.com/r/4lights/phpcontainer
Git Repo: https://git.4lt.ca/4lt/phpcontainer
CORXN (core-ex-en) is a lightweight yet powerful Docker-based environment designed as the core foundation for the [Novaconium PHP Framework](https://git.4lt.ca/4lt/novaconium).
It provides a streamlined stack featuring Apache, the latest PHP version, Redis, and MariaDB, optimized for high performance.
This repository provides a production-ready Docker container for running PHP with Apache.
It is optimized for [Novaconium Framework](https://git.4lt.ca/4lt/novaconium).
## Features
@ -27,17 +25,18 @@ Follow these steps to set up the PHP container on your local environment.
#### Clone the Repository
```bash
git clone https://git.4lt.ca/4lt/corxn.git
cd corxn
git clone https://git.4lt.ca/4lt/phpcontainer.git
cd phpcontainer
docker build -t php-apache-container .
```
## How to update image on dockerhub
## How to update on dockerhub
```bash
sudo su
docker buildx build --no-cache -t 4lights/corxn:6.0.0 -t 4lights/corxn:latest --load .
docker buildx build --no-cache -t 4lights/phpcontainer:6.0.0 -t 4lights/phpcontainer:latest --load .
docker login
docker push 4lights/corxn:6.0.0
docker push 4lights/corxn:latest
docker push 4lights/phpcontainer:6.0.0
docker push 4lights/phpcontainer:latest
```
# References And Notes

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View File

@ -1,7 +1,8 @@
# Sample Docker Compose
services:
php-apache:
image: 4lights/phpcontainer:6.0.0
#image: 4lights/phpcontainer:6.0.0
image: debianphp
ports:
- "8000:80"
volumes: