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

Docker compose arm64 #108

Open
iecxiv opened this issue Nov 9, 2024 · 2 comments
Open

Docker compose arm64 #108

iecxiv opened this issue Nov 9, 2024 · 2 comments
Labels
help wanted Extra attention is needed needs more information

Comments

@iecxiv
Copy link

iecxiv commented Nov 9, 2024

When set up installation over docker yaml file. Pulls amd64 image, and can't up container because system is arm64. Raspberry Pi OS.

@markhughes
Copy link
Collaborator

Hello! I've not bumped into this one yet, and I'm not too familiar but happy to work it out with you.

Could you share your yaml file please?

@markhughes markhughes added help wanted Extra attention is needed needs more information labels Nov 21, 2024
@iecxiv
Copy link
Author

iecxiv commented Nov 21, 2024

I used example docker-compose file:

https://github.com/droppyjs/droppy/blob/canary/examples/docker-compose.yml

version: '2'
services:
droppy:
container_name: droppy
image: ghcr.io/droppyjs/droppy
ports:
- '127.0.0.1:8989:8989'
volumes:
- ./config:/config
- ./data:/files
restart: unless-stopped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed needs more information
Projects
None yet
Development

No branches or pull requests

2 participants