From 4f10a1d13f62dca3ad5443df0c74debd6ffe4c5b Mon Sep 17 00:00:00 2001 From: Gary Ritchie Date: Tue, 25 Oct 2016 13:31:04 -0400 Subject: [PATCH] db port already exposed to the Adapt container. --- README.md | 4 +++- docker-compose.yml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1291d70..3ea9d44 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ README.md ================= -Authoring SCORM-compatible training using the [Adapt Authoring](https://github.com/adaptlearning/adapt_authoring) tool. +Authoring SCORM-compatible training using the [Adapt Authoring](https://github.com/adaptlearning/adapt_authoring) tool at http://localhost:5000. + +Login credentials are set from a .env file (See _Config_ section). Getting Started --------------------- diff --git a/docker-compose.yml b/docker-compose.yml index 5191561..f229597 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,8 +10,8 @@ services: image: mongo volumes: - adaptdb:/data/db - ports: - - 27017:27017 + # ports: + # - 27017:27017 authoring: volumes: - adaptdata:/adapt_authoring