Compare commits

...

2 Commits

Author SHA1 Message Date
9fd3d7142d fixed the readme links 2025-03-26 18:19:10 -07:00
c185b80b4f updated name in docker-compose 2025-03-21 18:21:19 -07:00
2 changed files with 4 additions and 5 deletions

View File

@ -2,8 +2,7 @@
# CORXN - The Core Foundation of Novaconium
Dockerhub: https://hub.docker.com/r/4lights/phpcontainer
Git Repo: https://git.4lt.ca/4lt/phpcontainer
Links: [Dockerhub](https://hub.docker.com/r/4lights/corxn), [Git Repo](https://git.4lt.ca/4lt/CORXN)
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.

View File

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