Fehler bei Installation in Docker mit "docker compose up -d" #146
Unanswered
Doenerknall
asked this question in
Setup & Installation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Installation method
Docker (docker run / docker-compose)
System architecture
x86_64 / amd64
Operating system
Debian 13
What do you need help with?
Hallo,
ich gehe nach der Anleitung vor und versuche mit dieser docker-compose.yml:
services:
opencloudtouch:
image: ghcr.io/scheilch/opencloudtouch:latest
container_name: opencloudtouch
network_mode: host
volumes:
environment:
restart: unless-stopped
volumes:
oct-data:
driver: local
OpenCloudTouch zu installieren.
Ich bekomme dann diesen Fehler zurΓΌck:
[+] up 0/1
β Ή Image ghcr.io/scheilch/opencloudtouch:latest Pulling 2.3s
failed to copy: httpReadSeeker: failed open: content at https://ghcr.io/v2/scheilch/opencloudtouch/manifests/sha256:30b9cf9e90da86189635574e23c5cf03be7eda039f757de32c3c6491a99367aa not found: not found
Γbersehe ich etwas? Bin fΓΌr Tipps und Hilfe sehr dankbar. MΓΆchte meine SounTouch 10 am leben erhalten.
Relevant logs or error messages
What have you already tried?
No response
image: ghcr.io/scheilch/opencloudtouch:stable
damit geht es!
Beta Was this translation helpful? Give feedback.
All reactions