-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
Thanks for a great product!
When following these instructions (see 2 minutes / 20 sec)
I get the following error
Failed to deploy a stack: compose up operation failed: Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)Using portainer on a qnap. I've turned off the firewall, tried resetting container station (and all containers).
(I can install the official app but would rather use a more recent tailscale version.)
Here's the cli version:
services:
tailscale-authkey1:
image: tailscale/tailscale:latest
container_name: ts-authkey-test
hostname: ds
environment:
- TS_AUTHKEY=REDACTED
- TS_STATE_DIR=/var/lib/tailscale
- TS_USERSPACE=false
volumes:
- ts-authkey-test:/var/lib/tailscale
devices:
- /dev/net/tun:/dev/net/tun
cap_add:
- net_admin
restart: unless-stopped
nginx-authkey-test:
image: nginx
network_mode: service:tailscale-authkey1
volumes:
ts-authkey-test:
driver: local# docker compose up -d
[+] Running 2/2
✘ tailscale-authkey1 Error context canceled 35.0s
✘ nginx-authkey-test Error Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeo... 35.0s
Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels