Skip to content

Commit 442e344

Browse files
sxlijinwillnorris
authored andcommitted
fix(readme): another typo
1 parent b6f2ad4 commit 442e344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Two pieces of data should be on persistent volumes:
6868

6969
In the docker image, both are stored in `/home/nonroot`, so you can mount a persistent volume:
7070

71-
docker run -v /persistant/data:/home/nonroot ghcr.io/tailscale/golink:main
71+
docker run -v /persistent/data:/home/nonroot ghcr.io/tailscale/golink:main
7272

7373
The mounted directory will need to be writable by the nonroot user (uid: 65532, gid: 65532),
7474
for example by calling `sudo chown 65532 /persistent/data`.

0 commit comments

Comments
 (0)