Using my own modified Joomla image to increase maximum PHP upload limit to 64MB
This commit is contained in:
@@ -2,7 +2,7 @@ version: '2'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
joomla:
|
joomla:
|
||||||
image: joomla:${IMAGE_VERSION}
|
image: williammiceli/joomla:${IMAGE_VERSION}
|
||||||
dns: # Using Cloudflare DNS
|
dns: # Using Cloudflare DNS
|
||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
- 1.0.0.1
|
- 1.0.0.1
|
||||||
|
|||||||
@@ -48,9 +48,7 @@ catalog:
|
|||||||
required: true
|
required: true
|
||||||
type: enum
|
type: enum
|
||||||
options:
|
options:
|
||||||
- php7.1-apache
|
- php7.3
|
||||||
- php7.2-apache
|
|
||||||
- php7.3-apache
|
|
||||||
|
|
||||||
- variable: "DATA_DIR"
|
- variable: "DATA_DIR"
|
||||||
label: "Data Directory"
|
label: "Data Directory"
|
||||||
|
|||||||
Reference in New Issue
Block a user