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" \
-p %i:3000 \
openstf/stf:latest \
stf app --port 3000
stf api --port 3000
ExecStop=-/usr/bin/docker stop -t 10 %p-%i
```