Nginx Proxy Manager v2.10 breakage

Currently reading
Nginx Proxy Manager v2.10 breakage

4,078
1,398
NAS
DS4l8play, DS202j, DS3623xs+, DSM 7.3.3-25847
Last edited:
A small nightmare finding that my NPM docker login had "Bad Gateway" on login, and checking the container logs, I found countless permissions errors.
Code:
[4/13/2023] [4:34:41 PM] [Global   ] › ✖  error     create table `migrations` (`id` int unsigned not null auto_increment primary key, `name` varchar(255), `batch` int, `migration_time` timestamp) - ER_CANT_CREATE_TABLE: Can't create table `npm`.`migrations` (errno: 13 "Permission denied")
Since I fought "bad gateway" errors without success some time ago, I feared a repeat. Fortunately circumstances weren't entirely of my own making.

Apparently v2.10 breaks NPM. There are a few workarounds, but to keep things simple, I changed my image from
image: 'jc21/nginx-proxy-manager:latest' to `image: 'jc21/nginx-proxy-manager:2.9.22'

Hope this helps someone. Related resources are here and here.
 
jc21 also gave this :

replace
YAML:
image: 'jc21/nginx-proxy-manager:latest'
by
YAML:
image: 'jc21/nginx-proxy-manager:github-uidgid'
and delete any PUID or PGID env variable.

I had the same error as you and now it works and nginx shows v2.10.1.
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Similar threads

Gluetun works fine. I'm using it both for several other containers, and for proxying my browser through my...
Replies
3
Views
455
You can run cmd.exe to get a command window from which you can execute SSH commands. However, my personal...
Replies
36
Views
3,530
I would like to thank you all for your efforts, but unfortunately still not working . But I found a...
Replies
23
Views
2,474
I have no idea what you are doing, but I just tested it based on the instructions of the guide you linked...
Replies
11
Views
2,813
True! Still, there are certain containers that can be run on those machines as long as users are aware of...
Replies
8
Views
4,844

Welcome to SynoForum.com!

SynoForum.com is an unofficial Synology forum for NAS owners and enthusiasts.

Registration is free, easy and fast!

Trending threads

Back
Top