added sample data and php.ini updated php version, did not build
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user