From 1b4ead7f7734a16975b314bb3a707fa7770044ef Mon Sep 17 00:00:00 2001 From: Lappies Date: Fri, 27 Jun 2025 22:05:44 -0600 Subject: [PATCH] Update tailscale.md Fix small typing mistakes --- docs/docs/self-hosting/guides/tailscale.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/self-hosting/guides/tailscale.md b/docs/docs/self-hosting/guides/tailscale.md index 20983e8e7b..de3cc6fdf0 100644 --- a/docs/docs/self-hosting/guides/tailscale.md +++ b/docs/docs/self-hosting/guides/tailscale.md @@ -31,7 +31,7 @@ Before getting start keep the following NOTE in mind. > net.ipv4.ping_group_range = 0 2147483647 > ``` > -> than run `sudo sysctl --system`. Create +> then run `sudo sysctl --system`. Create > `~/.config/systemd/user/docker.service.d/override.conf` with the following > content: > @@ -48,7 +48,7 @@ Before getting start keep the following NOTE in mind. ## GETTING START WITH SETUP First of all create a directory -`sudo mkdir -p /home/ubuntu/docker/tsdproxy/config` than `cd docker/tsdproxy` +`sudo mkdir -p /home/ubuntu/docker/tsdproxy/config` then `cd docker/tsdproxy` and create compose.yaml file by running `sudo nano compose.yaml`. Populate it with the following: