From df60d19c36ee8fcf043afa555ed9f4728ff7c9fb Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Fri, 10 Sep 2021 20:29:06 -0700 Subject: [PATCH] Update DOCKER.md --- DOCKER.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DOCKER.md b/DOCKER.md index 5e04dacc2..ad43494dc 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -24,6 +24,7 @@ services: environment: - TZ=America/Seattle volumes: + # LOCAL_STORAGE is the path on host to where the database will be written - LOCAL_STORAGE/scrypted:/server/volume ``` @@ -43,5 +44,6 @@ services: devices: - /dev/ttyACM0 volumes: + # LOCAL_STORAGE is the path on host to where the database will be written - LOCAL_STORAGE/scrypted:/server/volume ```