mirror of
https://github.com/fergalmoran/nginx-rtmp-geoip2-alpine.git
synced 2025-12-22 09:28:28 +00:00
Updated to v1.21.5
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# NGINX with TLSv1.3 support & built-in RTMP Media Streaming Server with GeoIP2 country database.
|
||||
|
||||
[](https://www.travis-ci.com/sceptic30/nginx-rtmp-geoip2-alpine)  
|
||||
[](https://www.travis-ci.com/sceptic30/nginx-rtmp-geoip2-alpine)  
|
||||
|
||||
## Building The Image
|
||||
|
||||
@@ -26,7 +26,7 @@ You must bind mount your database file (GeoLite2-Country.mmdb or GeoLite2-City.m
|
||||
In a docker-compose file that would look like:
|
||||
```sh
|
||||
webserver:
|
||||
image: admintuts/nginx:1.21.4-rtmp-geoip2-alpine
|
||||
image: admintuts/nginx:1.21.5-rtmp-geoip2-alpine
|
||||
container_name: webserver
|
||||
hostname: webserver
|
||||
restart: always
|
||||
@@ -60,7 +60,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: admintuts/nginx:1.21.4-rtmp-geoip2-alpine
|
||||
image: admintuts/nginx:1.21.5-rtmp-geoip2-alpine
|
||||
ports:
|
||||
- containerPort: 3080
|
||||
name: nginx-http
|
||||
|
||||
Reference in New Issue
Block a user