Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 3.4 KB

README.md

File metadata and controls

55 lines (40 loc) · 3.4 KB

Vanilla Drupal Docker Container Image

Build Status Docker Pulls Docker Stars Docker Layers

Docker Images

❗For better reliability we release images with stability tags (wodby/drupal:8-X.X.X) which correspond to git tags. We strongly recommend using images only with stability tags.

Overview:

Supported tags and respective Dockerfile links Drupal PHP
8-7.2, 8.6, 8, latest (Dockerfile) 8 7.2
8-7.1 (Dockerfile) 8 7.1
8-7.0 (Dockerfile) 8 7.0
7-7.2, 7 (Dockerfile) 7 7.2
7-7.1 (Dockerfile) 7 7.1
7-7.0 (Dockerfile) 7 7.0
7-5.6 (Dockerfile) 7 5.6
6-5.6, 6 (Dockerfile) 6 5.6
6-5.3 (Dockerfile) 6 5.3

The 5.3 version is no longer supported by PHP team, we highly encourage switching to 5.6

Environment Variables

Drupal 8 settings.php variables
Variable Default Value
DB_HOST mariadb
DB_NAME drupal
DB_USER drupal
DB_PASSWORD drupal
DB_DRIVER mysql
DB_PREFIX
DRUPAL_TRUSTED_HOST_PATTERNS '\\.localhost$', '\\.local$', '\\.loc$'

See wodby/drupal-php for all variables.

Orchestration Actions

See wodby/drupal-php for all actions.

Complete Drupal Stack

See wodby/docker4drupal