Skip to content

Commit 5c9be83

Browse files
andrewrynhardsmira
authored andcommitted
fix: add SSL mount to Tailscale
Fixes 'x509: certificate signed by unknown authority' Signed-off-by: Andrew Rynhard <andrew@rynhard.io> (cherry picked from commit 5bf5413)
1 parent 199b2db commit 5c9be83

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

network/tailscale/tailscale.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,10 @@ container:
5959
options:
6060
- bind
6161
- rw
62+
- source: /etc/ssl/certs
63+
destination: /etc/ssl/certs
64+
type: bind
65+
options:
66+
- rbind
67+
- ro
6268
restart: always

0 commit comments

Comments
 (0)