Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim authored Mar 12, 2024
1 parent a213e1a commit f281677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ docker run -p 8000:8000 \
```

By mounting local database files to Docker via `-v path/to/database:/database`,
the changes done through the API server will persist to the local database files after the UI is shutdown.
the changes done through the API server will persist to the local database files after the server is shutdown.

The `--rm` flag tells docker that the container should automatically be removed after we close docker.

Expand Down

0 comments on commit f281677

Please sign in to comment.