Fix WebSocket URL in deployment guide.

This commit is contained in:
Simo Kinnunen
2016-07-20 18:18:56 +09:00
committed by GitHub
parent 9726894998
commit 0ecf0243ea

View File

@@ -204,7 +204,7 @@ ExecStart=/usr/bin/docker run --rm \
openstf/stf:latest \
stf app --port 3000 \
--auth-url https://stf.example.org/auth/mock/ \
--websocket-url https://stf.example.org/
--websocket-url wss://stf.example.org/
ExecStop=-/usr/bin/docker stop -t 10 %p-%i
```