From 4efd643813c5f415fdbb5f7c73a20c1c8389ac59 Mon Sep 17 00:00:00 2001 From: Granga Date: Tue, 18 Oct 2022 23:21:59 +0200 Subject: [PATCH] Fix a small typo. --- README-router.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-router.md b/README-router.md index 0fe1c83..533d034 100644 --- a/README-router.md +++ b/README-router.md @@ -16,7 +16,7 @@ Technically, this could be described as a *half-router*: ``` console $ docker run --name zerotier-one --device=/dev/net/tun \ --cap-add=NET_ADMIN --cap-add=NET_RAW --cap-add=SYS_ADMIN \ - --env TZ=Etc/UTC --env PUID=999 -env PGID=994 \ + --env TZ=Etc/UTC --env PUID=999 --env PGID=994 \ --env ZEROTIER_ONE_LOCAL_PHYS=eth0 \ --env ZEROTIER_ONE_USE_IPTABLES_NFT=false \ --env ZEROTIER_ONE_GATEWAY_MODE=inbound \