Compare commits

..

No commits in common. "master" and "v6.0.0" have entirely different histories.

2 changed files with 5 additions and 4 deletions

View File

@ -2,7 +2,8 @@
# CORXN - The Core Foundation of Novaconium # CORXN - The Core Foundation of Novaconium
Links: [Dockerhub](https://hub.docker.com/r/4lights/corxn), [Git Repo](https://git.4lt.ca/4lt/CORXN) 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). 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. It provides a streamlined stack featuring Apache, the latest PHP version, Redis, and MariaDB, optimized for high performance.

View File

@ -1,7 +1,7 @@
# Sample Docker Compose # Sample Docker Compose
services: services:
corxn: php-apache:
image: 4lights/corxn:6.0.0 image: 4lights/phpcontainer:6.0.0
ports: ports:
- "8000:80" - "8000:80"
volumes: volumes:
@ -36,4 +36,4 @@ networks:
proxy: proxy:
external: true external: true
internal: internal:
driver: bridge driver: bridge