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 #307

Open
jlaurencin opened this issue Oct 18, 2024 · 6 comments
Open

Docker compose #307

jlaurencin opened this issue Oct 18, 2024 · 6 comments

Comments

@jlaurencin
Copy link

Is it possible to have a docker-compose.yml file for local installation?

@Technetium1
Copy link

There is already a Dockerfile: https://github.com/bndw/wifi-card/blob/master/Dockerfile
Compose is only required for multi-container apps.

@xHyperElectric
Copy link

There is already a Dockerfile: https://github.com/bndw/wifi-card/blob/master/Dockerfile Compose is only required for multi-container apps.

sure it may only be required for multi-container apps, but it is the far easier method to install any docker image and should always be included.

@Marcbacca
Copy link

Marcbacca commented Jan 6, 2025

I came to check on this as well, docker compose info would be awesome.

@xHyperElectric
Copy link

xHyperElectric commented Jan 6, 2025

I came to check on this as well, docker compose info would be awesome.

version: "3.8"
services:
  wifi-card:
    image: bndw/wifi-card:latest
    container_name: wifi-card
    restart: unless-stopped
    ports:
      - 80:80

@Marcbacca
Copy link

I came to check on this as well, docker compose info would be awesome.

version: "3.8"
services:
  wifi-card:
    image: bndw/wifi-card:latest
    container_name: wifi-card
    restart: unless-stopped
    ports:
      - 80:80

I was just making this to post, beat me, thanks.

@Jonnyan404
Copy link

Jonnyan404 commented Mar 9, 2025

I made an image that supports amd64/arm64/armv7 according to the dockerfile provided by the project, and I only need to replace bndw/wifi-card:latest with jonnyan404/wifi-card:latest to use it

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

5 participants