This commit is contained in:
Nick Yeoman 2023-12-17 16:55:16 -08:00
parent 2d544e1411
commit 29d84fe54f
2 changed files with 7 additions and 7 deletions

View File

@ -1,20 +1,20 @@
########################################################################################################################################
# Documentation: https://git.nickyeoman.com/4lt/phpcontainer/wiki
# v2.0
# Documentation: https://git.4lt.ca/4lt/phpcontainer/wiki
# v3.0
#################################################################################################################################
# Use the PHP base image
FROM php:8.2.9-apache
FROM php:8.3.0-apache
# Set maintainer information
LABEL version="2"
LABEL version="3"
LABEL maintainer="4 Lights Consulting <info@4lt.ca>"
LABEL description="Production-ready PHP Apache container"
LABEL org.label-schema.vcs-url="https://git.nickyeoman.com/4lt/phpcontainer"
# Set working directory and Apache document root
WORKDIR /website
ENV APACHE_DOCUMENT_ROOT /website/public/
WORKDIR /data
ENV APACHE_DOCUMENT_ROOT /data/public/
# Install required packages
RUN set -eux; \

View File

@ -2,7 +2,7 @@
The apache php docker container that we use for production.
User Documentation: https://git.nickyeoman.com/4lt/phpcontainer/wiki
User Documentation: https://git.4lt.ca/4lt/phpcontainer/wiki
Dockerhub: https://hub.docker.com/r/4lights/phpcontainer