iFargle / headscale-webui

A simple Headscale web UI for small-scale deployments.
Other
627 stars 57 forks source link

not able to pull docker image due to "manifest unknown" #56

Closed changchichung closed 1 year ago

changchichung commented 1 year ago

part of my docker-compose

version: "3"
services:
  headscale-webui:
    image: ghcr.io/ifargle/headscale-webui
    container_name: headscale-webui
    ports:
      - 127.0.0.1:8002:8002
    environment:
      - TZ=Asia/Taipei
      - COLOR=red                              # Use the base colors (ie, no darken-3, etc) - 
        #- HS_SERVER=https://headscale.$DOMAIN    # Reachable endpoint for your Headscale server

pull image failed

docker-compose up -d
[+] Running 0/1
 ⠧ headscale-webui Pulling                                                                                                              0.7s
manifest unknown

any suggestions ??

iFargle commented 1 year ago

When's the last time you tried? I fixed this like.. 15 minutes ago I think If it still doesn't work ,use the Docker Hub image: ifargle/headscale-webui

iFargle commented 1 year ago

I'm fairly certain this has been fixed. Please let me know if you are still having issues.