Skip to content

Commit

Permalink
update docs and docker-compose cmd (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
laughingbiscuit authored Mar 30, 2022
1 parent 32b0d56 commit 05fce04
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ This setup uses Maria DB and creates a volume to store uploaded files.

See [here](https://github.com/apigee/apigee-devportal-kickstart-drupal) for the Drupal Installation Profile that this image is based on.

## Prerequisites

- Apigee Organization
- `docker` and `docker-compose` installed

## Features
- Apigee Kickstart profile installed
- Drupal REST UI installed
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

AUTO_INSTALL_PORTAL=false docker compose up --no-build
AUTO_INSTALL_PORTAL=false docker-compose up --no-build
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

AUTO_INSTALL_PORTAL=true docker compose up --build
AUTO_INSTALL_PORTAL=true docker-compose up --build

0 comments on commit 05fce04

Please sign in to comment.