mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #267] Containers never start, authentication issue? #236
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#236
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @moorsey on GitHub (Dec 30, 2019).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/267
Describe the bug
Error shown in app container:
[Global ] › ✖ error Packets out of order. Got: 1 Expected: 0Error shown in db container:
[Warning] Aborted connection 380 to db: 'unconnected' user: 'unauthenticated' host: '172.21.0.3' (This connection closed normally without authentication)These are then repeated...
To Reproduce
Steps to reproduce the behavior:
docker-compose up -dExpected behavior
Containers should be create and services started
Operating System
Running on OpenMediaVault V4
Docker version:
@k9barry commented on GitHub (Dec 31, 2019):
Please check the permissions of your
./dataand./letsencryptfolders .I was running docker-compose as a local user and noticed the folder permissions were set as root.
Removing all subfolders in the ./data and ./letsencrypt folders and setting to owner to the local user fixed my issues when I restarted the stack.
Hope this helps
@moorsey commented on GitHub (Jan 2, 2020):
Thanks for the reply.
Did try this, but either way, your reply did put me onto the right path.
Removed folders as suggested, re-created containers to allow everything to be re-created.
Then, was just patient, no errors in the DB container (was only showing errors after I had prematurely restarted it), errors in the app container stopped after 5-10 minutes (not actually sure, just walked away and was fine when I got back.
Now up and running with this excellent container, after many a lost hour figuring working through guides on Traefik and Nginx!
@moorsey commented on GitHub (Jan 2, 2020):
Sorry, closed