Skip to content

Commit a6a2f8b

Browse files
authored
Update README.md
1 parent 772e4de commit a6a2f8b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ I recommend using [Certbot](https://certbot.eff.org/docs/install.html) from [Let
4848
### Environment Variables
4949
This Docker image uses `envsubst` for environment variable substitution. You can define additional environment variables in `nginx.conf` as `${var}` and pass them in your `docker-compose` file or `docker` command.
5050

51+
52+
### Custom `nginx.conf`
53+
If you wish to use your own `nginx.conf`, mount it as a volume in your `docker-compose` or `docker` command as `nginx.conf.template`:
54+
```yaml
55+
volumes:
56+
- ./nginx.conf:/etc/nginx/nginx.conf.template
57+
```
58+
5159
### OBS Configuration
5260
* Stream Type: `Custom Streaming Server`
5361
* URL: `rtmp://localhost:1935/stream`

0 commit comments

Comments
 (0)