Skip to content
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

Open
inkwell84 opened this issue Dec 29, 2023 · 3 comments
Open

Deployment Error - Unable to Deploy Stack #19

inkwell84 opened this issue Dec 29, 2023 · 3 comments

Comments

@inkwell84
Copy link

Getting the above error from Portainer when trying to deploy filebot node via the stack editor.

version: '3.3'
services:
  filebot-node:
    container_name: filebotnode
    image: rednoah/filebot:node
    restart: unless-stopped
    volumes:
      - /abcdefg/docker/filebotnode:/data
      - /abcdefg/media:/volume1
    ports:
      - 5452:5452
@rednoah
Copy link
Member

rednoah commented Dec 29, 2023

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

@inkwell84
Copy link
Author

inkwell84 commented Dec 29, 2023 via email

@rednoah
Copy link
Member

rednoah commented Dec 30, 2023

Unfortunately, I don't use Portainer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants