mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00
typo
This commit is contained in:
parent
b004dcb51b
commit
d67d06a19f
2 changed files with 2 additions and 2 deletions
|
@ -681,7 +681,7 @@ ExecStart=/usr/bin/docker run --rm \
|
|||
-e "SECRET=YOUR_SESSION_SECRET_HERE" \
|
||||
-p %i:3000 \
|
||||
openstf/stf:latest \
|
||||
stf app --port 3000
|
||||
stf api --port 3000
|
||||
ExecStop=-/usr/bin/docker stop -t 10 %p-%i
|
||||
```
|
||||
|
||||
|
|
|
@ -758,7 +758,7 @@ program
|
|||
.option('-u, --app-url <url>'
|
||||
, 'URL to app'
|
||||
, String)
|
||||
.option('-u, --api-url <url>'
|
||||
.option('-i, --api-url <url>'
|
||||
, 'URL to api'
|
||||
, String)
|
||||
.option('-a, --auth-url <url>'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue