fix: cosmetic docs/config fixes (#112)

* fix config path

* fix typo
This commit is contained in:
nerdlich
2025-03-01 10:30:15 -05:00
committed by GitHub
parent 6c83e96341
commit 762bc6a793
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ integration:
# The path to the Docker socket (do not change this if you are unsure)
# Docker socket paths must start with unix:// or tcp:// and at the moment
# https connections are not supported.
socket: "unix:///var/run/docker.dock"
socket: "unix:///var/run/docker.sock"
# Please refer to docs/integration/Kubernetes.md for more information
# on how to configure the Kubernetes integration. There are requirements in
# order to allow Headscale to be controlled by Headplane in a cluster.