Die Installation des Nginx Proxy Manager ist genauso einfach wie die Handhabung!
Damit der Nginx Proxy Manager Fehler frei läuft müsst ihr die Ports beibehalten, das ist sehr wichtig!!
Wichtige Änderungen in diesem Compose File sind:
# Uncomment this if you want to change the location of the SQLite DB file within the container
DB_SQLITE_FILE: "/data/database.sqlite"
# wenn ihr die Datenbank auf der HDD/SSD haben wollt, dann enfernt das (#)!
#Uncomment this if IPv6 is not enabled on your host
DISABLE_IPV6: 'true'
# falls ihr IPv6 nutzen wollt, dann enfernt das (#)!
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
ports:
# These ports are in format <host-port>:<container-port>
- '80:80' # Public HTTP Port
- '443:443' # Public HTTPS Port
- '81:81' # Admin Web Port
# Add any other Stream port you want to expose
# - '21:21' # FTP
environment:
TZ: "Europe/Berlin"
# Uncomment this if you want to change the location of
# the SQLite DB file within the container
# DB_SQLITE_FILE: "/data/database.sqlite"
# Uncomment this if IPv6 is not enabled on your host
# DISABLE_IPV6: 'true'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt
Meine persönliche Meinung:
Ich nutze den Nginx Proxy Manager schon seit Ewigkeiten. Ich schätze sein "einfaches" Handling außerdem war ich schon immer ein GUI Fan.
Ich habe mich mit der Konsole schon immer schwer getan, geschweige denn mit Konfig Dateien.
Ich kann das Tool jedem empfehlen das es für Fortgeschritte und Anfänge ist.
Meldet euch gerne im Forum an falls ihr Probleme mit der Installation oder Konfiguration habt, dort helfe ich wo ich nur kann.
Deutsch
Français
Español
Comments (0)
Leave a comment