This repository was archived by the owner on Jan 6, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Generates general purpose [docker-compose.yml](https://docs.docker.com/compose/y
1414 TMP="$(mktemp -d)" \
1515 && git clone https://github.com/dockerizedrupal/drupal-compose.git "${TMP}" \
1616 && cd "${TMP}" \
17- && git checkout 1.0.4 \
17+ && git checkout 1.0.5 \
1818 && sudo cp "${TMP}/drupal-compose.sh" /usr/local/bin/drupal-compose \
1919 && sudo chmod +x /usr/local/bin/drupal-compose \
2020 && cd -
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- VERSION=" 1.0.4 "
3+ VERSION=" 1.0.5 "
44
55WORKING_DIR=" $( pwd) "
66
103103 extends:
104104 file: host.yml
105105 service: php
106- image: dockerizedrupal/php-5.4 :1.0.2
106+ image: dockerizedrupal/php-5.5 :1.0.4
107107 hostname: php
108108 volumes:
109109 - ~/.ssh:/home/container/.ssh
216216 extends:
217217 file: host.yml
218218 service: php
219- image: dockerizedrupal/php-5.3:1.0.2
219+ image: dockerizedrupal/php-5.3:1.0.5
220220 hostname: php
221221 volumes:
222222 - ~/.ssh:/home/container/.ssh
329329 extends:
330330 file: host.yml
331331 service: php
332- image: dockerizedrupal/php-5.2:1.0.1
332+ image: dockerizedrupal/php-5.2:1.0.2
333333 hostname: php
334334 volumes:
335335 - ~/.ssh:/home/container/.ssh
You can’t perform that action at this time.
0 commit comments