mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-29 17:39:40 -05:00
fix: Update Docker run command to use absolute path for volume mount
This commit is contained in:
@@ -60,7 +60,7 @@ Go to https://stan-smith.github.io/FossFLOW/
|
||||
docker compose up
|
||||
|
||||
# Or run directly from Docker Hub with persistent storage
|
||||
docker run -p 80:80 -v ./diagrams:/data/diagrams stnsmith/fossflow:latest
|
||||
docker run -p 80:80 -v $(pwd)/diagrams:/data/diagrams stnsmith/fossflow:latest
|
||||
```
|
||||
|
||||
Server storage is enabled by default in Docker. Your diagrams will be saved to `./diagrams` on the host.
|
||||
|
||||
Reference in New Issue
Block a user