This commit is contained in:
Vishal Banthia
2015-12-10 15:30:14 +09:00
parent 5e3d7b9e10
commit eb0fb8f8c2
2 changed files with 2 additions and 2 deletions

View File

@@ -592,7 +592,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
```