Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 29d84fe54f | |||
| 2d544e1411 | |||
| 95f8846e3d |
12
Dockerfile
12
Dockerfile
@@ -1,20 +1,20 @@
|
|||||||
########################################################################################################################################
|
########################################################################################################################################
|
||||||
# Documentation: https://git.nickyeoman.com/4lt/phpcontainer/wiki
|
# Documentation: https://git.4lt.ca/4lt/phpcontainer/wiki
|
||||||
# v2.0
|
# v3.0
|
||||||
#################################################################################################################################
|
#################################################################################################################################
|
||||||
|
|
||||||
# Use the PHP base image
|
# Use the PHP base image
|
||||||
FROM php:8.2.9-apache
|
FROM php:8.3.0-apache
|
||||||
|
|
||||||
# Set maintainer information
|
# Set maintainer information
|
||||||
LABEL version="2"
|
LABEL version="3"
|
||||||
LABEL maintainer="4 Lights Consulting <info@4lt.ca>"
|
LABEL maintainer="4 Lights Consulting <info@4lt.ca>"
|
||||||
LABEL description="Production-ready PHP Apache container"
|
LABEL description="Production-ready PHP Apache container"
|
||||||
LABEL org.label-schema.vcs-url="https://git.nickyeoman.com/4lt/phpcontainer"
|
LABEL org.label-schema.vcs-url="https://git.nickyeoman.com/4lt/phpcontainer"
|
||||||
|
|
||||||
# Set working directory and Apache document root
|
# Set working directory and Apache document root
|
||||||
WORKDIR /website
|
WORKDIR /data
|
||||||
ENV APACHE_DOCUMENT_ROOT /website/public/
|
ENV APACHE_DOCUMENT_ROOT /data/public/
|
||||||
|
|
||||||
# Install required packages
|
# Install required packages
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
The apache php docker container that we use for production.
|
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
|
Dockerhub: https://hub.docker.com/r/4lights/phpcontainer
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user