diff --git a/README.md b/README.md
index 8c3e8c5..b294297 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,30 @@ protection.
### Installation
+**Installation with Docker**
+
+1. Pull the Docker image:
+
+```
+docker pull roastslav/quickdrop:latest
+```
+
+2. Run the Docker container:
+
+```
+docker run -d -p 8080:8080 roastslav/quickdrop:latest
+```
+
+Optional: Use a volume to persist the uploaded files or change the default configuration:
+
+```
+docker run -d -p 8080:8080 \
+ -v /path/to/db:/app/db \
+ -v /path/to/log:/app/log \
+ -v /path/to/files:/files \
+ quickdrop
+```
+
**Installation without Docker**
1. Clone the repository:
diff --git a/pom.xml b/pom.xml
index 7948619..d0faa61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
org.rostislav
quickdrop
- 0.0.1-SNAPSHOT
+ 1.0.0
quickdrop
quickdrop