1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00
This commit is contained in:
Vishal Banthia 2015-12-10 15:30:14 +09:00
parent b004dcb51b
commit d67d06a19f
2 changed files with 2 additions and 2 deletions

View file

@ -681,7 +681,7 @@ ExecStart=/usr/bin/docker run --rm \
-e "SECRET=YOUR_SESSION_SECRET_HERE" \ -e "SECRET=YOUR_SESSION_SECRET_HERE" \
-p %i:3000 \ -p %i:3000 \
openstf/stf:latest \ openstf/stf:latest \
stf app --port 3000 stf api --port 3000
ExecStop=-/usr/bin/docker stop -t 10 %p-%i ExecStop=-/usr/bin/docker stop -t 10 %p-%i
``` ```

View file

@ -758,7 +758,7 @@ program
.option('-u, --app-url <url>' .option('-u, --app-url <url>'
, 'URL to app' , 'URL to app'
, String) , String)
.option('-u, --api-url <url>' .option('-i, --api-url <url>'
, 'URL to api' , 'URL to api'
, String) , String)
.option('-a, --auth-url <url>' .option('-a, --auth-url <url>'