Update README.md

This commit is contained in:
Rostislav
2024-12-01 14:11:45 +02:00
committed by GitHub
parent 81408d8e01
commit 8d1d901681

View File

@@ -109,6 +109,16 @@ max-upload-file-size=1GB
java -jar target/quickdrop-0.0.1-SNAPSHOT.jar --spring.config.location=./application.properties
```
## Updates
To update the app, you need to:
1. Stop and remove the old container.
2. Pull the new image.
3. Start the updated container.
If you want to ensure file and database persistence between updates, you can use Docker volumes. (Check docker instalation above)
## License
This project is licensed under the MIT License. See the `LICENSE` file for details.