mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #138] Portainer problem with v2.0.13: Cannot find module '/app/node_modules/nodemon/bin/nodemon.js #123
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#123
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 @cboulanger on GitHub (May 9, 2019).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/138
Using Portainer (https://www.portainer.io) and installed from GitHub Master (currently same as v2.0.13)
Application container stopps immediately after Startup
Logs:
Portainer state info:
I can downgrade to the latest version that worked for me, but maybe you have an idea what could be the problem?
@jc21 commented on GitHub (May 9, 2019):
Looks like you’re using the docket compose file in the root of the project.
That’s only for development as it states at the top of that file
On Thu, 9 May 2019 at 5:28 pm, Christian Boulanger notifications@github.com
wrote:
@cboulanger commented on GitHub (May 9, 2019):
Thanks for your quick feedback. Yes, you're right, I didn't read carefully enough. The problem is that Portainer only accepts docker-compose.yml files of version 2 and I cannot specify a config file. I forked the repo and changed "3" to "2" in /doc/example/docker-compose.yml - now it works like a charm.
@jc21 commented on GitHub (May 9, 2019):
Cool. I was considering putting some effort into portainer library listing
soon
On Fri, 10 May 2019 at 5:12 am, Christian Boulanger <
notifications@github.com> wrote: