db port already exposed to the Adapt container.
This commit is contained in:
parent
401c9f0d23
commit
4f10a1d13f
@ -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
|
||||||
---------------------
|
---------------------
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user