Skip to content

Commit

Permalink
Fixed docker.md first example
Browse files Browse the repository at this point in the history
  • Loading branch information
TecsiAron committed Jun 9, 2023
1 parent 9f09a79 commit 7066288
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ docker pull registry.gitlab.com/timvisee/send:latest
docker run -v $PWD/uploads:/uploads -p 1443:1443 \
-e 'DETECT_BASE_URL=true' \
-e 'REDIS_HOST=localhost' \
-e 'FILE_DIR=/uploads' \
registry.gitlab.com/timvisee/send:latest
```

Expand Down

0 comments on commit 7066288

Please sign in to comment.