From 30551b64a981f4cdcb4710a1d520e323e5963b3d Mon Sep 17 00:00:00 2001 From: jloux-brapi Date: Tue, 17 Dec 2024 12:27:38 -0500 Subject: [PATCH] Add note on Docker volume paths to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4af2b57b..ae9c34db 100644 --- a/README.md +++ b/README.md @@ -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.