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