mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 04:53:19 +02:00
Fix WebSocket URL in deployment guide.
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user