Also tried to look at /var/lib/docker/containers/LongHexIDOfTheContainer hoping to get ther something like a error log, or something what brings me further. Google says it has the format LongHexIDOfTheContainer-json.log
And such a file is there:
{"log":"Permissions 0644 for n8n settings file /home/node/.n8n/config are too wide. This is ignored for now, but in the future n8n will attempt to change the permissions automatically. To automatically enforce correct permissions now set N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true (recommended), or turn this check off set N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=false.\n","stream":"stdout","time":"2025-08-28T07:49:41.16395Z"}
{"log":"Initializing n8n process\n","stream":"stdout","time":"2025-08-28T07:49:43.9021874Z"}
{"log":"n8n ready on ::, port 5678\n","stream":"stdout","time":"2025-08-28T07:49:44.3659892Z"}
{"log":"\n","stream":"stdout","time":"2025-08-28T07:49:44.3831228Z"}
{"log":"There are deprecations related to your environment variables. Please take the recommended actions to update your configuration:\n","stream":"stdout","time":"2025-08-28T07:49:44.3831553Z"}
{"log":" - DB_SQLITE_POOL_SIZE -\u003e Running SQLite without a pool of read connections is deprecated. Please set `DB_SQLITE_POOL_SIZE` to a value higher than zero. See: https://docs.n8n.io/hosting/configuration/environment-variables/database/#sqlite\n","stream":"stdout","time":"2025-08-28T07:49:44.3831587Z"}
{"log":" - N8N_RUNNERS_ENABLED -\u003e Running n8n without task runners is deprecated. Task runners will be turned on by default in a future version. Please set `N8N_RUNNERS_ENABLED=true` to enable task runners now and avoid potential issues in the future. Learn more: https://docs.n8n.io/hosting/configuration/task-runners/\n","stream":"stdout","time":"2025-08-28T07:49:44.3831621Z"}
{"log":"\n","stream":"stdout","time":"2025-08-28T07:49:44.3831652Z"}
{"log":"Initializing AuthRolesService...\n","stream":"stdout","time":"2025-08-28T07:49:44.4640842Z"}
{"log":"AuthRolesService initialized successfully.\n","stream":"stdout","time":"2025-08-28T07:49:44.4807509Z"}
{"log":"[license SDK] Skipping renewal on init: license cert is not initialized\n","stream":"stdout","time":"2025-08-28T07:49:44.4885622Z"}
{"log":"Version: 1.108.1\n","stream":"stdout","time":"2025-08-28T07:49:46.8083057Z"}
{"log":"\n","stream":"stdout","time":"2025-08-28T07:49:46.8912391Z"}
{"log":"Editor is now accessible via:\n","stream":"stdout","time":"2025-08-28T07:49:46.8912684Z"}
{"log":"http://localhost:5678\n","stream":"stdout","time":"2025-08-28T07:49:46.8912714Z"}
Unfortunaly i can’t see anything there, whats going wrong. Anything what would give me a hint, where the problem ist located.