Skip to content

Commit

Permalink
fine tune docker command in advanced config DOCS
Browse files Browse the repository at this point in the history
# Conflicts:
#	tailscale/DOCS.md
  • Loading branch information
lmagyar committed Nov 18, 2023
1 parent 1022ab3 commit d1ef828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailscale/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ working properly.
Recommended steps to configure:

1. Login to this add-on's container with
`docker exec -it addon_a0d7b954_tailscale /bin/bash`
``docker exec -it `docker ps -q -f name=tailscale` /bin/bash``

1. Fine tune your tailscale settings with manual `/opt/tailscale serve --bg ...` and
`/opt/tailscale funnel --bg ...` commands.
Expand Down

0 comments on commit d1ef828

Please sign in to comment.