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

[BUG] Intergation in docker-compose shows error in manifest #1192

Closed
MikeEitel opened this issue May 14, 2024 · 3 comments
Closed

[BUG] Intergation in docker-compose shows error in manifest #1192

MikeEitel opened this issue May 14, 2024 · 3 comments

Comments

@MikeEitel
Copy link

Describe the bug
I can not get docker-compose to run fuxa

To Reproduce
Steps to reproduce the behavior:
docker-compose.yml
......
fuxa:
container_name: fuxa
image: ghcr.io/frangoteam/fuxa:latest
restart: unless-stopped
ports:
- "1881:1881"
volumes:
- ./volumes/fuxa/appdata:/usr/src/app/FUXA/server/_appdata
- ./volumes/fuxa/db:/usr/src/app/FUXA/server/_db
- ./volumes/fuxa/logs:/usr/src/app/FUXA/server/_logs
- ./volumes/fuxa/images:/usr/src/app/FUXA/server/_images
networks:
- iotstack_nw

Expected behavior
following error message........
pi@PI5:~/IOTstack $ docker-compose up fuxa
[+] Running 1/1
✘ fuxa Error manifest unknown 0.6s
Error response from daemon: manifest unknown

when using with docker alone and not in my compose environment I got it loaded and running

Screenshots
If applicable, add screenshots to help explain your problem.

Environment

  • FUXA version: latest
  • Node.js version: latest
  • npm version: latest
  • Platform/OS: lastest RPIOS Pi5
  • Browser: edge/chrome
@MikeEitel
Copy link
Author

I solved it
image: **ghcr.io/**frangoteam/fuxa:latest
I had to get my personal token activated

@MikeEitel
Copy link
Author

I had to get my personal token activated

@unocelli
Copy link
Member

I’m going to close this as resolved. let me know if you have any issues.

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