Also entweder stehe ich auf dem Schlauch oder bin einfach zu blöd!
Ich habe mit portainer stacks und folgendem Inhalt einen nginx proxy manager für Tests aufgesetzt:
Nun würde ich gerne in die Logs schauen, da Letsencrypt Fehler wirft.
Nur finde ich das Verzeichnis nicht, wo die Logs abgelegt werden sollten:
Ich habe mit portainer stacks und folgendem Inhalt einen nginx proxy manager für Tests aufgesetzt:
Code:
version: "3"
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
# Uncomment the next line if you uncomment anything in the section
# environment:
# 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
Nun würde ich gerne in die Logs schauen, da Letsencrypt Fehler wirft.
Nur finde ich das Verzeichnis nicht, wo die Logs abgelegt werden sollten:
Code:
Saving debug log to /var/log/letsencrypt/letsencrypt.log