https://github.com/lincolnloop/docker-nginx-push-stream
Build Nginx push stream module packages for Ubuntu 14.04
https://github.com/lincolnloop/docker-nginx-push-stream
Last synced: 2 months ago
JSON representation
Build Nginx push stream module packages for Ubuntu 14.04
- Host: GitHub
- URL: https://github.com/lincolnloop/docker-nginx-push-stream
- Owner: lincolnloop
- Created: 2015-04-23T17:40:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T18:39:58.000Z (over 8 years ago)
- Last Synced: 2025-08-02T08:28:17.515Z (10 months ago)
- Size: 2.93 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Build Nginx with the push stream module on Ubuntu 14.04 and upload to S3
docker build -t nginx_psm .
docker run --rm -e S3_BUCKET=your-bucket -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY nginx_psm