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 ```