Fix: Add export for docker-install doc

This commit is contained in:
winkidney
2021-03-06 21:46:18 +08:00
parent 8dbfd7a8f3
commit e566b0e4a0

View File

@@ -19,7 +19,7 @@ Then use the command line like:
```
# this should be an abs-path not relative path like "."
DATA_PATH=/abs/path/to/your/data/directory
export DATA_PATH=/abs/path/to/your/data/directory
sudo docker run -d=true -p=80:80 \
-v=${DATA_PATH}:/data \