FIX typo in simple docker example
This commit is contained in:
parent
842cc1606d
commit
c7446d0f48
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ Invoke-RestMethod -Uri "https://linedump.com/" -Headers @{"Authorization"="Beare
|
|||
|
||||
**Simple / Testing**
|
||||
|
||||
`docker run -d -p 127.0.0.1:8000:8000 -v /path/to/upload:/app/upload git.uphillsecurity.com/cf7/linedump:latest`
|
||||
`docker run -d -p 127.0.0.1:8000:8000 -v /path/to/uploads:/app/uploads git.uphillsecurity.com/cf7/linedump:latest`
|
||||
|
||||
Open `http://127.0.0.1:8000`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue