db port already exposed to the Adapt container.

This commit is contained in:
Gary Ritchie 2016-10-25 13:31:04 -04:00
parent 401c9f0d23
commit 4f10a1d13f
2 changed files with 5 additions and 3 deletions

View File

@ -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
---------------------

View File

@ -10,8 +10,8 @@ services:
image: mongo
volumes:
- adaptdb:/data/db
ports:
- 27017:27017
# ports:
# - 27017:27017
authoring:
volumes:
- adaptdata:/adapt_authoring