Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
SJRK-463: Update docker compose dev config to support https
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed Mar 16, 2021
1 parent dc83794 commit 2247bce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
- "./sjrk.storyTelling.server.config.json5:/usr/src/app/sjrk.storyTelling.server.config.json5"
ports:
- "8081:8081"
- "443:443"
db:
ports:
- "5984:5984"

0 comments on commit 2247bce

Please sign in to comment.