890 B
890 B
4 Lights Consulting
The apache php docker container that 4 Lights uses for production.
Dockerhub: https://hub.docker.com/r/4lights/phpcontainer
How to update
- Clone the project:
git clone git@git.4lt.ca:4lt/phpcontainer.git
- Update the Dockerfile.
- Build (be sure to change the version number)
sudo su
docker buildx build --no-cache -t 4lights/phpcontainer:5.0.0 -t 4lights/phpcontainer:latest --load .
docker login
docker push 4lights/phpcontainer:5.0.0
docker push 4lights/phpcontainer:latest
References And Notes
- Stack Overflow IMAP features
- Joomla base used: f9a16bcbd8/4.3/php8.1/apache/Dockerfile
Supported Software
- 4 Lights PHP Framework
Samples included in Repo
There is a docker-compose, env-sample and php.ini included as sample data.