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

fluidd: use docker image from GHCR #73

Merged
merged 1 commit into from
May 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ With a single Command, you can start up klipper and choose between multiple Fron

Currently supported Frontends:
* Octoprint (via [Dockerhub](https://hub.docker.com/r/octoprint/octoprint))
* Fluidd (via [Dockerhub](https://hub.docker.com/r/cadriel/fluidd))
* Fluidd (via [GHCR](https://github.com/fluidd-core/fluidd/pkgs/container/fluidd))
* Mainsail (via [GHCR](https://github.com/mainsail-crew/mainsail/pkgs/container/mainsail))
* KlipperScreen

Expand Down
2 changes: 1 addition & 1 deletion custom/docker-compose.custom.multiple-printers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ services:

## Use Fluidd as Frontend
fluidd:
image: cadriel/fluidd:latest
image: ghcr.io/fluidd-core/fluidd:latest
restart: unless-stopped
ports:
- 80:80
Expand Down
2 changes: 1 addition & 1 deletion custom/docker-compose.custom.portainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ services:
traefik.http.routers.webcam.middlewares: webcam

fluidd:
image: cadriel/fluidd:latest
image: ghcr.io/fluidd-core/fluidd:latest
restart: unless-stopped
labels:
org.prind.service: fluidd
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ services:
traefik.http.routers.octoprint.entrypoints: web

fluidd:
image: cadriel/fluidd:latest
image: ghcr.io/fluidd-core/fluidd:latest
restart: unless-stopped
profiles:
- fluidd
Expand Down