Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ implementations for you to look at.
All of these different container configurations utilize the same `Dockerfile`, which positions the jar and exposes
ports for utilization by the host machine.

#### Volumes
Before we get into building and running docker, it should be noted the host path for volumes in the compose files need to have either / or \ to denote the
file structure depending on which OS your host machine has.

#### Development (No Auth) Implementation
To speed up getting started with docker, you can forgo an authentication implementation entirely just to get up and running.

Expand Down