Update DOCKER.md

This commit is contained in:
Koushik Dutta
2021-09-10 20:29:06 -07:00
committed by GitHub
parent c7a85b5803
commit df60d19c36

View File

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