Skip to content

Commit

Permalink
Fix: volume path in docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
fabalexsie committed May 29, 2024
1 parent 8f1bd00 commit 4cb8b41
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 @@ -3,7 +3,7 @@
Example execution:

```
docker run --rm -it -v "$PWD/uploads:/uploads" -p 1337:80 ghcr.io/fabalexsie/simple-web-upload-docker:master
docker run --rm -it -v "$PWD/uploads:/var/www/html/uploads" -p 1337:80 ghcr.io/fabalexsie/simple-web-upload-docker:master
```

or via compose.yml:
Expand Down

0 comments on commit 4cb8b41

Please sign in to comment.