Skip to content
This repository was archived by the owner on Jan 6, 2018. It is now read-only.

Commit 7217ca5

Browse files
committed
Update
1 parent 2d9ed97 commit 7217ca5

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ Generates general purpose [docker-compose.yml](https://docs.docker.com/compose/y
77
Usage: drupal-compose
88

99
Options:
10-
-f, --file FILE Specify an alternate compose file (default: docker-compose.yml)
11-
10+
-f, --file FILE Specify an alternate compose file (default: docker-compose.yml)
11+
-v, --version Show version number
12+
-h, --help Show help
13+
1214
## Install
1315

1416
TMP="$(mktemp -d)" \
1517
&& git clone https://github.com/dockerizedrupal/drupal-compose.git "${TMP}" \
1618
&& cd "${TMP}" \
17-
&& git checkout 1.0.5 \
19+
&& git checkout 1.0.6 \
1820
&& sudo cp "${TMP}/drupal-compose.sh" /usr/local/bin/drupal-compose \
1921
&& sudo chmod +x /usr/local/bin/drupal-compose \
2022
&& cd -

drupal-compose.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
VERSION="1.0.5"
3+
VERSION="1.0.6"
44

55
WORKING_DIR="$(pwd)"
66

@@ -12,6 +12,8 @@ Usage: drupal-compose
1212
1313
Options:
1414
-f, --file FILE Specify an alternate compose file (default: docker-compose.yml)
15+
-v, --version Show version number
16+
-h, --help Show help
1517
EOF
1618

1719
exit 1

0 commit comments

Comments
 (0)