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 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 Getting Started
--------------------- ---------------------

View File

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