Update stale /data/latest references in docs and docstrings
This commit is contained in:
@@ -95,12 +95,11 @@ docker push your-registry.example.com/you/osm-import-tools
|
||||
## Volume Mounts
|
||||
|
||||
The Docker container mounts a single data directory:
|
||||
- `./data` → `/data` - All data files, organized by date
|
||||
- `./data` → `/data` - All data files, organized by county
|
||||
|
||||
Inside `/data`, the structure is:
|
||||
- `/data/latest/` - Symlink to the most recent data directory
|
||||
- `/data/YYMMDD/lake/` - Lake County data for that date
|
||||
- `/data/YYMMDD/sumter/` - Sumter County data for that date
|
||||
- `/data/lake/` - Lake County data
|
||||
- `/data/sumter/` - Sumter County data
|
||||
|
||||
All changes are persisted on the host in the local `./data` folder.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user