-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deployment Error - Unable to Deploy Stack #19
Comments
Unfortunately, that error message is to vague to lead to a solution. Perhaps you can make Portainer give you more detailed error messages, console logs, etc. As a last resort, you can always use
|
Any idea where I’d find logs etc in Portainer?
…On Fri, Dec 29, 2023 at 07:52 Reinhard Pointner ***@***.***> wrote:
Unfortunately, that error message is to vague to lead to a solution.
Perhaps you can make Portainer give you more detailed error messages,
console logs, etc.
As a last resort, you can always use docker to run docker containers,
instead of Portainer or other tools that add complexity (and room for
error) on top:
docker run --rm -it -v "$PWD:/volume1" -v data:/data -p 5452:5452 rednoah/filebot:node
—
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMZ5V7MLLCXJBPCIZ4GJI2TYL24KFAVCNFSM6AAAAABBGJ7LVGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZSGA3DAMRZGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Unfortunately, I don't use Portainer. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting the above error from Portainer when trying to deploy filebot node via the stack editor.
The text was updated successfully, but these errors were encountered: