Skip to content

Commit 32c7226

Browse files
authored
Update README.md
1 parent cb58631 commit 32c7226

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ npm start
7676
#### Pull from Docker Hub
7777
```bash
7878
# Pull the image
79-
docker pull abite3/dumbdrop:latest
79+
docker pull dumbwareio/dumbdrop:latest
8080

8181
# Run the container
8282
# For Linux/Mac:
83-
docker run -p 3000:3000 -v $(pwd)/local_uploads:/app/uploads -e DUMBDROP_PIN=123456 abite3/dumbdrop:latest
83+
docker run -p 3000:3000 -v $(pwd)/local_uploads:/app/uploads -e DUMBDROP_PIN=123456 dumbwareio/dumbdrop:latest
8484

8585
# For Windows PowerShell:
86-
docker run -p 3000:3000 -v "${PWD}\local_uploads:/app/uploads" -e DUMBDROP_PIN=123456 abite3/dumbdrop:latest
86+
docker run -p 3000:3000 -v "${PWD}\local_uploads:/app/uploads" -e DUMBDROP_PIN=123456 dumbwareio/dumbdrop:latest
8787
```
8888

8989
# Docker Compose
@@ -99,7 +99,7 @@ services:
9999
- DUMBDROP_PIN=123456
100100
# - APPRISE_URL= # i.e. tgram://bottoken/ChatID
101101
# - APPRISE_MESSAGE=
102-
image: abite3/dumbdrop:latest
102+
image: dumbwareio/dumbdrop:latest
103103
```
104104
105105
#### Build Locally

0 commit comments

Comments
 (0)