https://nginxproxymanager.com/guide/#quick-setup
==== Installation Nginx Proxy Manager ====
Create a docker-compose.yml file similar to this:\\
Version kann herausgenommen werden, scheint wohl nicht mehr aktuell zu sein (Parameter obsolete)
version: '3.8'
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
ports:
- '80:80'
- '81:81'
- '443:443'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt
||
This is the bare minimum configuration required. See the [[https://nginxproxymanager.com/setup/|documentation]] for more.
\\
Bring up your stack by running\\
im Moment als Root starten, in dem Verzeichnis, in dem die yml Datei liegt.
docker-compose up -d
# If using docker-compose-plugin
docker compose up -d
=== Anmelden ===
Anmelden an ''http://127.0.0.1:81/'' mit den initialen Daten:
Email: admin@example.com
Password: changeme