added sample data and php.ini updated php version, did not build

This commit is contained in:
2024-06-04 16:41:12 -07:00
parent 29d84fe54f
commit fa910780a3
5 changed files with 205 additions and 6 deletions

View File

@@ -1,13 +1,14 @@
########################################################################################################################################
# Documentation: https://git.4lt.ca/4lt/phpcontainer/wiki
# v3.0
# v3.1
#################################################################################################################################
# Use the PHP base image
FROM php:8.3.0-apache
# https://hub.docker.com/_/php
FROM php:8.3.7-apache
# Set maintainer information
LABEL version="3"
LABEL version="3.1"
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"