diff --git a/Dockerfile b/Dockerfile index 2c877b6..977c694 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 " 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; \ diff --git a/README.md b/README.md index f2ebd45..17169fd 100644 --- a/README.md +++ b/README.md @@ -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