1.26.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||

|
||||
|
||||
# 🏔️ Alpine - Nginx
|
||||
     
|
||||
    [<img src="https://img.shields.io/badge/github-11notes-blue?logo=github">](https://github.com/11notes)
|
||||
|
||||
**Nginx base image with additional plugins and custom compiled**
|
||||
|
||||
@@ -18,7 +18,7 @@ What can I do with this? This image will serve as a base for nginx related image
|
||||
version: "3.8"
|
||||
services:
|
||||
nginx:
|
||||
image: "11notes/nginx:stable"
|
||||
image: "11notes/nginx:1.26.0"
|
||||
container_name: "nginx"
|
||||
environment:
|
||||
TZ: Europe/Zurich
|
||||
@@ -61,10 +61,10 @@ networks:
|
||||
* [alpine](https://alpinelinux.org)
|
||||
|
||||
# TIPS
|
||||
* Allow non-root ports < 1024 via `echo "net.ipv4.ip_unprivileged_port_start=53" > /etc/sysctl.d/ports.conf`
|
||||
* Allow non-root ports < 1024 via `echo "net.ipv4.ip_unprivileged_port_start={n}" > /etc/sysctl.d/ports.conf`
|
||||
* Use a reverse proxy like Traefik, Nginx to terminate TLS with a valid certificate
|
||||
* Use Let’s Encrypt certificates to protect your SSL endpoints
|
||||
|
||||
# ElevenNotes<sup>™️</sup>
|
||||
This image is provided to you at your own risk. Always make backups before updating an image to a new version. Check the changelog for breaking changes.
|
||||
This image is provided to you at your own risk. Always make backups before updating an image to a new version. Check the changelog for breaking changes. You can find all my repositories on [github](https://github.com/11notes).
|
||||
|
||||
Reference in New Issue
Block a user