Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
cbenning committed Dec 13, 2024
1 parent 9d7b956 commit 56150fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ Note:

```
docker run \
-v ./fussel-input:/input:ro \
-v ./fussel-output:/output \
-v <input-dir>:/input:ro \
-v <output-dir>:/output \
-e PGID=$(id -g) \
-e PUID=$(id -u) \
-e INPUT_PATH="/input" \
Expand Down

0 comments on commit 56150fa

Please sign in to comment.