Merge branch 'aron9861623-master-patch-24529' into 'master'
Fixed docker.md first example See merge request timvisee/send!32
This commit is contained in:
commit
6ad2885a16
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ docker pull registry.gitlab.com/timvisee/send:latest
|
||||||
docker run -v $PWD/uploads:/uploads -p 1443:1443 \
|
docker run -v $PWD/uploads:/uploads -p 1443:1443 \
|
||||||
-e 'DETECT_BASE_URL=true' \
|
-e 'DETECT_BASE_URL=true' \
|
||||||
-e 'REDIS_HOST=localhost' \
|
-e 'REDIS_HOST=localhost' \
|
||||||
|
-e 'FILE_DIR=/uploads' \
|
||||||
registry.gitlab.com/timvisee/send:latest
|
registry.gitlab.com/timvisee/send:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue