v3
This commit is contained in:
parent
2d544e1411
commit
29d84fe54f
12
Dockerfile
12
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 <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; \
|
||||
|
Loading…
Reference in New Issue
Block a user