- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 468
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
Comments
There is already a Dockerfile: https://github.com/bndw/wifi-card/blob/master/Dockerfile |
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. |
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. |
I made an image that supports amd64/arm64/armv7 according to the dockerfile provided by the project, and I only need to replace |
Is it possible to have a docker-compose.yml file for local installation?
The text was updated successfully, but these errors were encountered: