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

Commit

Permalink
Issue #1356: Default to not installing Drupal inside the public Docke…
Browse files Browse the repository at this point in the history
…r Hub image.
  • Loading branch information
geerlingguy committed May 14, 2017
1 parent 8e814e9 commit 64f0f6a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MAINTAINER Jeff Geerling

# Copy provisioning directory and vars files into container.
COPY ./ /etc/ansible/drupal-vm
COPY ./provisioning/docker/vars/overrides.yml /etc/ansible/drupal-vm/local.config.yml
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
Expand Down
1 change: 1 addition & 0 deletions example.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
- 80:80
- 443:443
privileged: true
# Use of the `cached` option requires the Docker Edge release as of May '17.
volumes:
- ./:/var/www/drupalvm/:rw,cached
command: /lib/systemd/systemd
Expand Down
11 changes: 0 additions & 11 deletions provisioning/docker/Dockerfile-no-install

This file was deleted.

9 changes: 0 additions & 9 deletions provisioning/docker/vars/overrides.yml

This file was deleted.

0 comments on commit 64f0f6a

Please sign in to comment.