Commit 2b70a4ec authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Box documentation notes

parent 6c1b8306
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -51,8 +51,8 @@ deployment of pods running these services.
Build
-----

**Note:** Building manually requires Docker 18.09 or later with the 
[Buildkit][] feature enabled.
> **Note:** Building manually requires Docker 18.09 or later with the 
> [Buildkit][] feature enabled.

To build the PHP-FPM image run:

+5 −5
Original line number Diff line number Diff line
@@ -134,9 +134,9 @@ The path to a file containing lines to append to [**PLUGINS**](#plugins).

An array of "key=value" strings declaring [PHP directives][].

**Note:** These values may alternatively be supplied as container command 
arguments prefixed with the '-d' flag:
`-d upload_max_filesize=20M -d post_max_size=20M`
> **Note:** These values may alternatively be supplied as container command 
> arguments preceded by the '-d' flag:
> `-d upload_max_filesize=20M -d post_max_size=20M`

### STATIC_PATTERNS

@@ -148,8 +148,8 @@ data files
This is an array of shell wildcard patterns (non-GNU extensions) matching 
files which will NOT be copied to the static files directory.

**Note:** Files with a .php extension are never copied to the static files 
directory.
> **Note:** Files with a .php extension are never copied to the static files 
> directory.

### THEMES