Guest User

Untitled

a guest
Oct 28th, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. docker run -it --name wowza --restart always \
  2. --expose 1935/tcp --expose 8086/tcp --expose 8087/tcp --expose 8088/tcp \
  3. --publish 1935:1935 --publish 8086:8086 --publish 8087:8087 --publish 8088:8088 \
  4. --entrypoint /sbin/entrypoint.sh \
  5. --env WSE_MGR_USER=username \
  6. --env WSE_MGR_PASS=password \
  7. --env WSE_LIC=ET1E4-E6kvy-WQjbJ-rDx4D-z6nmc-BHEae-6kWKaWj4F6Q9 \
  8. --env WSE_IP_PARAM=192.168.99.100 \
  9. wowzamedia/wowza-streaming-engine-linux:4.7.1
Add Comment
Please, Sign In to add comment