Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Issue #1366: Force php7.1-fpm to be running in the Docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed May 19, 2017
1 parent 9e1fcef commit 81401ce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ COPY ./ /etc/ansible/drupal-vm
COPY ./provisioning/docker/vars/docker-hub-overrides.yml /etc/ansible/drupal-vm/local.config.yml

# Provision Drupal VM inside Docker.
RUN ansible-playbook /etc/ansible/drupal-vm/provisioning/playbook.yml
RUN ansible-playbook /etc/ansible/drupal-vm/provisioning/playbook.yml \
# Enable FPM. See https://github.com/geerlingguy/drupal-vm/issues/1366.
&& systemctl enable php7.1-fpm.service

EXPOSE 22 80 443 8025
EXPOSE 22 80 443 3306 8025

0 comments on commit 81401ce

Please sign in to comment.