From 8d1d9016817fd7731edb919fde3b8b05b27389ef Mon Sep 17 00:00:00 2001 From: Rostislav <47450671+RoastSlav@users.noreply.github.com> Date: Sun, 1 Dec 2024 14:11:45 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9871f69..5a893d1 100644 --- a/README.md +++ b/README.md @@ -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.